Class FileMissingException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class FileMissingException extends SecureStoreExceptionSignals that underlying persistence store file does not exist.
-
-
Constructor Summary
Constructors Constructor Description FileMissingException(String message)Constructs a FileMissingExceptionwith the specified message and cause.
-