public class DataStoreException extends Exception
DataStore
can not complete a read or write operation.Defined in the sis-storage
module
Constructor and Description |
---|
DataStoreException()
Creates an exception with no cause and no details message.
|
DataStoreException(String message)
Creates an exception with the specified details message.
|
DataStoreException(String message,
Throwable cause)
Creates an exception with the specified details message and cause.
|
DataStoreException(Throwable cause)
Creates an exception with the specified cause and no details message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataStoreException()
public DataStoreException(String message)
message
- The detail message.public DataStoreException(Throwable cause)
cause
- The cause for this exception.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.