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:
java.io.Serializable
public class KeyStoreNotInitialisedException extends java.lang.RuntimeException
TheKeyStoreNotInitialisedException
is thrown by the methods from theKeyStoreService
that access a key store / trust store before the store is actually initialised.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyStoreNotInitialisedException(java.lang.String message)
KeyStoreNotInitialisedException(java.lang.String message, java.lang.Throwable cause)
KeyStoreNotInitialisedException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
KeyStoreNotInitialisedException
public KeyStoreNotInitialisedException(java.lang.String message)
-
KeyStoreNotInitialisedException
public KeyStoreNotInitialisedException(java.lang.String message, java.lang.Throwable cause)
-
KeyStoreNotInitialisedException
public KeyStoreNotInitialisedException(java.lang.Throwable cause)
-
-