|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fri.util.database.jpa.tree.uniqueconstraints.UniqueConstraintViolationException
public class UniqueConstraintViolationException
This is thrown when the DAO detects a unique constraint violation, i.e. a Java-programmed check indicates an error.
Constructor Summary | |
---|---|
UniqueConstraintViolationException(java.lang.String message,
TreeNode originator)
|
Method Summary | |
---|---|
TreeNode |
getOriginator()
|
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 |
---|
public UniqueConstraintViolationException(java.lang.String message, TreeNode originator)
Method Detail |
---|
public TreeNode getOriginator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |