net.dpml.library
Class ReferentialException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.dpml.library.ReferentialException
All Implemented Interfaces:
Serializable

public final class ReferentialException
extends Exception

A ReferentialException is thrown when a requested change would result in the creation of a referential integrity issue within a model (such as the removal of a resource referenced by another resource).

Version:
1.0.0
Author:
The Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
ReferentialException(String message)
          Creation of a new ReferentialException.
ReferentialException(String message, Throwable cause)
          Creation of a new ReferentialException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferentialException

public ReferentialException(String message)
Creation of a new ReferentialException.

Parameters:
message - the exception message

ReferentialException

public ReferentialException(String message,
                            Throwable cause)
Creation of a new ReferentialException.

Parameters:
message - the exception message
cause - the causal excetion