public class UnknownDataException extends AmetysRepositoryException
| Constructor and Description |
|---|
UnknownDataException(String message)
Constructs a new unknown data exception with the specified detail message.
|
UnknownDataException(String message,
Throwable cause)
Constructs a new unknown data exception with the specified detail message and cause.
|
UnknownDataException(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 UnknownDataException(String message)
message - The detail message.public UnknownDataException(String message, Throwable cause)
message - The detail message.cause - The cause.public UnknownDataException(Throwable cause)
cause - The cause.