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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataStoreClosedException(String message)
message - Message of the exception.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.