net.dpml.library
Class ReferentialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.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.2.0
Author:
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.
 
Method Summary
 
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