Copyright © 2002 SAP AG. All Rights Reserved.

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

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

public class ObjectEncryptionException
extends SecureStorageException

See Also:
Serialized Form

Constructor Summary
ObjectEncryptionException()
          Constructor for ObjectEncryptionException.
ObjectEncryptionException(java.lang.Exception nested)
          Constructor for ObjectEncryptionException.
ObjectEncryptionException(java.lang.Exception nested, java.lang.String msg)
          Constructor for ObjectEncryptionException.
ObjectEncryptionException(java.lang.String message)
          Constructor for ObjectEncryptionException.
 
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

ObjectEncryptionException

public ObjectEncryptionException()
Constructor for ObjectEncryptionException.

ObjectEncryptionException

public ObjectEncryptionException(java.lang.String message)
Constructor for ObjectEncryptionException.
Parameters:
message -  

ObjectEncryptionException

public ObjectEncryptionException(java.lang.Exception nested)
Constructor for ObjectEncryptionException.
Parameters:
nested -  

ObjectEncryptionException

public ObjectEncryptionException(java.lang.Exception nested,
                                 java.lang.String msg)
Constructor for ObjectEncryptionException.
Parameters:
nested -  
msg -  

Copyright © 2002 SAP AG. All Rights Reserved.