Class DbConstraintViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.cg.webbpm.modules.database.api.exception.DbConstraintViolationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDbConstraintViolationException
(DbConstraint.ConstraintType type, String name, Throwable cause) DbConstraintViolationException
(DbConstraint constraint, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DbConstraintViolationException
public DbConstraintViolationException(DbConstraint.ConstraintType type, String name, Throwable cause) -
DbConstraintViolationException
-
-
Method Details
-
getConstraintName
-
getConstraintType
-