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:
java.io.Serializable
public class SaUniqueConstraintViolationException extends SaSystemException
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 SaUniqueConstraintViolationException(java.lang.String errorMessage)
SaUniqueConstraintViolationException(java.lang.String message, java.lang.Throwable ex)
-
-
-
Constructor Detail
-
SaUniqueConstraintViolationException
public SaUniqueConstraintViolationException(java.lang.String errorMessage)
- Parameters:
errorMessage
- error message
-
SaUniqueConstraintViolationException
public SaUniqueConstraintViolationException(java.lang.String message, java.lang.Throwable ex)
- Parameters:
message
- error messageex
- original exception
-
-