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