com.sap.cloud.crypto.keystore.api
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
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- the cause
Copyright © 2015 SAP. All Rights Reserved.