org.axiondb
Class ConstraintViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.axiondb.AxionException
org.axiondb.ConstraintViolationException
- All Implemented Interfaces:
- Serializable
- public class ConstraintViolationException
- extends AxionException
Thrown when a Constraint
has been violated.
- Version:
- $Revision: 1.4 $ $Date: 2004/08/27 03:21:20 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConstraintViolationException
public ConstraintViolationException(Constraint c)
ConstraintViolationException
public ConstraintViolationException(String message,
Throwable nested)
toMessage
protected static String toMessage(Constraint c)