- All Implemented Interfaces:
Serializable
Thrown when a metadata access failed.
The cause for this exception is typically a
SQLException
.- Since:
- 0.8
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates an instance ofMetadataException
with the specified cause.MetadataStoreException
(String message) Creates an instance ofMetadataException
with the specified detail message.MetadataStoreException
(String message, Exception cause) Creates an instance ofMetadataException
with the specified message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetadataStoreException
Creates an instance ofMetadataException
with the specified detail message.- Parameters:
message
- the detail message.
-
MetadataStoreException
Creates an instance ofMetadataException
with the specified cause.- Parameters:
cause
- the cause of this exception.
-
MetadataStoreException
Creates an instance ofMetadataException
with the specified message and cause.- Parameters:
message
- the detail message.cause
- the cause of this exception.
-