Class UnknownMetadataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ametys.plugins.repository.AmetysRepositoryException
org.ametys.plugins.repository.metadata.UnknownMetadataException
- All Implemented Interfaces:
Serializable
Deprecated.
Exception thrown when an attempt to retrieve a metadata failed because
this data does not exist.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownMetadataException
(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.Deprecated.Constructs a new unknown metadata exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownMetadataException
Deprecated.Constructs a new unknown metadata exception with the specified detail message.- Parameters:
message
- The detail message.
-
UnknownMetadataException
Deprecated.Constructs a new unknown metadata exception with the specified detail message and cause.- Parameters:
message
- The detail message.cause
- The cause.
-
UnknownMetadataException
Deprecated.Constructs a new unknown metadata exception with the specified cause.- Parameters:
cause
- The cause.
-
UnknownDataException
instead