|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.axiondb.AxionException
org.axiondb.ConstraintViolationException
public class ConstraintViolationException
Thrown when a Constraint
has been violated.
Field Summary |
---|
Fields inherited from class org.axiondb.AxionException |
---|
_bundle, DEFAULT_VENDOR_CODE |
Constructor Summary | |
---|---|
ConstraintViolationException(Constraint c)
|
|
ConstraintViolationException(java.lang.String message,
java.lang.Throwable nested)
|
Method Summary | |
---|---|
java.lang.String |
getConstraintType()
|
protected static java.lang.String |
toMessage(Constraint c)
|
Methods inherited from class org.axiondb.AxionException |
---|
getMessage, getNestedThrowable, getSQLState, getVendorCode |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
---|
public ConstraintViolationException(Constraint c)
public ConstraintViolationException(java.lang.String message, java.lang.Throwable nested)
Method Detail |
---|
protected static java.lang.String toMessage(Constraint c)
public java.lang.String getConstraintType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |