public class RepositoryIntegrityViolationException extends AmetysRepositoryException
Constructor and Description |
---|
RepositoryIntegrityViolationException(String message)
Constructs a new data integrity violation exception with the specified
detail message.
|
RepositoryIntegrityViolationException(String message,
Throwable cause)
Constructs a new data integrity violation exception with the specified
detail message and cause.
|
RepositoryIntegrityViolationException(Throwable cause)
Constructs a new data integrity violation exception with the specified
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryIntegrityViolationException(String message)
message
- The detail message.public RepositoryIntegrityViolationException(String message, Throwable cause)
message
- The detail message.cause
- The cause.public RepositoryIntegrityViolationException(Throwable cause)
cause
- The cause.