Class KeyStoreIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.sap.cloud.crypto.keystore.api.KeyStoreIllegalStateException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionKeyStoreIllegalStateException
(String message) Constructor with message.KeyStoreIllegalStateException
(String message, Throwable cause) Constructor with message and 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
-
KeyStoreIllegalStateException
Constructor with message.- Parameters:
message
- the message
-
KeyStoreIllegalStateException
Constructor with message and cause.- Parameters:
message
- the messagecause
- the cause
-