Package com.adobe.granite.keystore
Class KeyStoreNotInitialisedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.granite.keystore.KeyStoreNotInitialisedException
- All Implemented Interfaces:
Serializable
The
KeyStoreNotInitialisedException is thrown by the methods from the KeyStoreService that
access a key store / trust store before the store is actually initialised.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKeyStoreNotInitialisedException(String message) KeyStoreNotInitialisedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KeyStoreNotInitialisedException
-
KeyStoreNotInitialisedException
-
KeyStoreNotInitialisedException
-