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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.cloud.crypto.keystore.api.KeyStoreServiceException
              extended by 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

Constructor Summary
KeyStoreNotFoundException(String message)
          Constructor with message.
KeyStoreNotFoundException(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

KeyStoreNotFoundException

public KeyStoreNotFoundException(String message,
                                 Throwable cause)
Constructor with message and cause.

Parameters:
message - the message
cause - the cause

KeyStoreNotFoundException

public KeyStoreNotFoundException(String message)
Constructor with message.

Parameters:
message - the message


Copyright © 2015 SAP. All Rights Reserved.