Package org.apache.sis.metadata.sql
Class MetadataStoreException
- All Implemented Interfaces:
- Serializable
Thrown when a metadata access failed.
 The cause for this exception is typically a 
SQLException.- Since:
- 0.8
- See Also:
Defined in the sis-metadata module
- 
Constructor SummaryConstructorsConstructorDescriptionCreates an instance ofMetadataExceptionwith the specified cause.MetadataStoreException(String message) Creates an instance ofMetadataExceptionwith the specified detail message.MetadataStoreException(String message, Exception cause) Creates an instance ofMetadataExceptionwith the specified message and cause.
- 
Method SummaryMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MetadataStoreExceptionCreates an instance ofMetadataExceptionwith the specified detail message.- Parameters:
- message- the detail message.
 
- 
MetadataStoreExceptionCreates an instance ofMetadataExceptionwith the specified cause.- Parameters:
- cause- the cause of this exception.
 
- 
MetadataStoreExceptionCreates an instance ofMetadataExceptionwith the specified message and cause.- Parameters:
- message- the detail message.
- cause- the cause of this exception.
 
 
-