Class KeyStoreNotInitialisedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.granite.keystore.KeyStoreNotInitialisedException
All Implemented Interfaces:
Serializable

public class KeyStoreNotInitialisedException extends RuntimeException
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 Details

    • KeyStoreNotInitialisedException

      public KeyStoreNotInitialisedException(String message)
    • KeyStoreNotInitialisedException

      public KeyStoreNotInitialisedException(String message, Throwable cause)
    • KeyStoreNotInitialisedException

      public KeyStoreNotInitialisedException(Throwable cause)