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