Class 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:
    Serialized Form
    • Constructor Detail

      • KeyStoreNotInitialisedException

        public KeyStoreNotInitialisedException​(String message)
      • KeyStoreNotInitialisedException

        public KeyStoreNotInitialisedException​(String message,
                                               Throwable cause)
      • KeyStoreNotInitialisedException

        public KeyStoreNotInitialisedException​(Throwable cause)