Class KeyStoreIllegalStateException

All Implemented Interfaces:
Serializable

public class KeyStoreIllegalStateException extends IllegalStateException
Thrown in case the keystore is changed in the storage and it cannot be load again. E.g. if the keystore password is changed, if the keystore is deleted, etc.
See Also:
  • Constructor Details

    • KeyStoreIllegalStateException

      public KeyStoreIllegalStateException(String message)
      Constructor with message.
      Parameters:
      message - the message
    • KeyStoreIllegalStateException

      public KeyStoreIllegalStateException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - the message
      cause - the cause