Class KeyStoreServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cloud.crypto.keystore.api.KeyStoreServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KeyStoreNotFoundException
Thrown if a problem with the keystore access occurs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKeyStoreServiceException
(String message) Constructor with message.KeyStoreServiceException
(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
-
KeyStoreServiceException
Constructor with message and cause.- Parameters:
message
- the messagecause
- the cause
-
KeyStoreServiceException
Constructor with message.- Parameters:
message
- the message
-