com.sap.cloud.crypto.keystore.api
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
public class KeyStoreServiceException
- extends Exception
Thrown if a problem with the keystore access occurs.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KeyStoreServiceException
public KeyStoreServiceException(String message,
Throwable cause)
- Constructor with message and cause.
- Parameters:
message
- the messagecause
- the cause
KeyStoreServiceException
public KeyStoreServiceException(String message)
- Constructor with message.
- Parameters:
message
- the message
Copyright © 2015 SAP. All Rights Reserved.