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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataStoreException()
public DataStoreException(String message)
message - The detail message.public DataStoreException(Throwable cause)
cause - The cause for this exception.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.