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