Package com.saperion.exception
Class SaUniqueConstraintViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.SaSystemException
com.saperion.exception.SaUniqueConstraintViolationException
- 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
ConstructorsConstructorDescriptionSaUniqueConstraintViolationException
(String errorMessage) SaUniqueConstraintViolationException
(String message, Throwable ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaUniqueConstraintViolationException
- Parameters:
errorMessage
- error message
-
SaUniqueConstraintViolationException
- Parameters:
message
- error messageex
- original exception
-