public class MetadataStoreException extends Exception
SQLException
.Defined in the sis-metadata
module
Constructor and Description |
---|
MetadataStoreException(Exception cause)
Creates an instance of
MetadataException with the specified cause. |
MetadataStoreException(String message)
Creates an instance of
MetadataException with the specified detail message. |
MetadataStoreException(String message,
Exception cause)
Creates an instance of
MetadataException with the specified message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MetadataStoreException(String message)
MetadataException
with the specified detail message.message
- the detail message.public MetadataStoreException(Exception cause)
MetadataException
with the specified cause.cause
- the cause of this exception.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.