public class DataStoreClosedException extends DataStoreException
Defined in the sis-storage
module
Constructor and Description |
---|
DataStoreClosedException(String message)
Constructs an exception with the specified details message.
|
DataStoreClosedException(String message,
Throwable cause)
Constructs an exception with the specified details message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataStoreClosedException(String message)
message
- Message of the exception.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.