Copyright © 2002 SAP AG. All Rights Reserved.

com.sap.security.core.server.securestorage.exception
Class ObjectDecryptionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.security.core.server.securestorage.exception.SecureStorageException
                    |
                    +--com.sap.security.core.server.securestorage.exception.ObjectDecryptionException
All Implemented Interfaces:
java.io.Serializable

public class ObjectDecryptionException
extends SecureStorageException

See Also:
Serialized Form

Constructor Summary
ObjectDecryptionException()
           
ObjectDecryptionException(java.lang.Exception nested)
           
ObjectDecryptionException(java.lang.Exception nested, java.lang.String message)
           
ObjectDecryptionException(java.lang.String msg)
           
 
Methods inherited from class com.sap.security.core.server.securestorage.exception.SecureStorageException
getNestedException, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectDecryptionException

public ObjectDecryptionException()

ObjectDecryptionException

public ObjectDecryptionException(java.lang.String msg)

ObjectDecryptionException

public ObjectDecryptionException(java.lang.Exception nested)

ObjectDecryptionException

public ObjectDecryptionException(java.lang.Exception nested,
                                 java.lang.String message)

Copyright © 2002 SAP AG. All Rights Reserved.