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:
java.io.Serializable
public class UniqueConstraintViolationException extends SystemException
Exception thrown when a document is created or updated and the value of a unique field already exists in another document.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UniqueConstraintViolationException(java.lang.String message)
Constructor.UniqueConstraintViolationException(java.lang.String message, java.lang.Exception e)
Constructor.
-
Method Summary
-
Methods inherited from class com.saperion.ngc.exception.SystemException
getLogMessage
-
-
-
-
Constructor Detail
-
UniqueConstraintViolationException
public UniqueConstraintViolationException(java.lang.String message)
Constructor.- Parameters:
message
- error message
-
UniqueConstraintViolationException
public UniqueConstraintViolationException(java.lang.String message, java.lang.Exception e)
Constructor.- Parameters:
message
- error messagee
- exception cause
-
-