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:
  • Constructor Details

    • KeyStoreServiceException

      public KeyStoreServiceException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - the message
      cause - the cause
    • KeyStoreServiceException

      public KeyStoreServiceException(String message)
      Constructor with message.
      Parameters:
      message - the message