Package org.graffiti.session
Class UnsatisfiedConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graffiti.session.UnsatisfiedConstraintException
- All Implemented Interfaces:
Serializable
public class UnsatisfiedConstraintException extends Exception
An
UnsatisfiedConstraintException
is thrown when a constraint to
a graph is not satisfied.- See Also:
Exception
, Serialized Form
-
Constructor Summary
Constructors Constructor Description UnsatisfiedConstraintException()
Constructs a newUnsatisfiedConstraintException
withnull
as its detail message.UnsatisfiedConstraintException(String msg)
Constructs a newUnsatisfiedConstraintException
with the specifiecd detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsatisfiedConstraintException
public UnsatisfiedConstraintException()Constructs a newUnsatisfiedConstraintException
withnull
as its detail message. -
UnsatisfiedConstraintException
Constructs a newUnsatisfiedConstraintException
with the specifiecd detail message.- Parameters:
msg
- DOCUMENT ME!
-