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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.sap.cloud.crypto.keystore.api.KeyStoreIllegalStateException
All Implemented Interfaces:
Serializable

public class KeyStoreIllegalStateException
extends IllegalStateException

Thrown in case the keystore is changed in the storage and it cannot be load again. E.g. if the keystore password is changed, if the keystore is deleted, etc.

See Also:
Serialized Form

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

KeyStoreIllegalStateException

public KeyStoreIllegalStateException(String message)
Constructor with message.

Parameters:
message - the message

KeyStoreIllegalStateException

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

Parameters:
message - the message
cause - the cause


Copyright © 2015 SAP. All Rights Reserved.