com.sap.cloud.crypto.keystore.api
Class KeyStoreNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cloud.crypto.keystore.api.KeyStoreServiceException
com.sap.cloud.crypto.keystore.api.KeyStoreNotFoundException
- All Implemented Interfaces:
- Serializable
public class KeyStoreNotFoundException
- extends KeyStoreServiceException
Thrown if a keystore with the specified name doesn't exist.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KeyStoreNotFoundException
public KeyStoreNotFoundException(String message,
Throwable cause)
- Constructor with message and cause.
- Parameters:
message
- the messagecause
- the cause
KeyStoreNotFoundException
public KeyStoreNotFoundException(String message)
- Constructor with message.
- Parameters:
message
- the message
Copyright © 2015 SAP. All Rights Reserved.