com.sap.cloud.crypto.keystore.api
Class KeyStoreServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
KeyStoreServiceException(String message)
          Constructor with message.
KeyStoreServiceException(String message, Throwable cause)
          Constructor with message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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


Copyright © 2015 SAP. All Rights Reserved.