Package com.saperion.ngc.exception
Class UniqueConstraintViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.exception.NgcException
com.saperion.ngc.exception.SystemException
com.saperion.ngc.exception.UniqueConstraintViolationException
- All Implemented Interfaces:
Serializable
Exception thrown when a document is created or updated and the value of a unique field already exists in
another document.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUniqueConstraintViolationException
(String message) Constructor.UniqueConstraintViolationException
(String message, Exception e) Constructor. -
Method Summary
Methods inherited from class com.saperion.ngc.exception.SystemException
getLogMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UniqueConstraintViolationException
Constructor.- Parameters:
message
- error message
-
UniqueConstraintViolationException
Constructor.- Parameters:
message
- error messagee
- exception cause
-