public class KeyStorageException extends RuntimeException
| Constructor and Description |
|---|
KeyStorageException()
Create a new instance of
KeyStorageException |
KeyStorageException(String message)
Create a new instance of
KeyStorageException with the specified
detail message. |
KeyStorageException(Throwable cause)
Create a new instance of
KeyStorageException |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeyStorageException()
KeyStorageExceptionpublic KeyStorageException(Throwable cause)
KeyStorageExceptioncause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public KeyStorageException(String message)
KeyStorageException with the specified
detail message.message - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.Copyright © 2016. All rights reserved.