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 SummaryConstructorsConstructorDescriptionUniqueConstraintViolationException(String message) Constructor.UniqueConstraintViolationException(String message, Exception e) Constructor.
- 
Method SummaryMethods inherited from class com.saperion.ngc.exception.SystemExceptiongetLogMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UniqueConstraintViolationExceptionConstructor.- Parameters:
- message- error message
 
- 
UniqueConstraintViolationExceptionConstructor.- Parameters:
- message- error message
- e- exception cause
 
 
-