Class FileClosedException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class FileClosedException extends SecureStoreExceptionSignals that an operation is attempted when the associated SecureDatabaseResultSet, SecureDatabaseStore, or SecureKeyValueStore has been closed.
-
-
Constructor Summary
Constructors Constructor Description FileClosedException(String message)Constructs a FileClosedExceptionwith the specified message.
-