Copyright © 2002 SAP AG. All Rights Reserved.

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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.security.core.server.securestorage.exception.SecureStorageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CommandException, CreateConfigurationsException, KeyGenerationException, KeyStoreAccessException, NoKeyForClientException, ObjectDecryptionException, ObjectDeletionException, ObjectEncryptionException, ObjectModificationException, ObjectRetrievalException, ObjectStorageException, StorageLocationOpenException

public class SecureStorageException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SecureStorageException()
           
SecureStorageException(java.lang.Exception nested)
           
SecureStorageException(java.lang.Exception nested, java.lang.String msg)
           
SecureStorageException(java.lang.String msg)
           
 
Method Summary
 java.lang.Exception getNestedException()
           
 void 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

SecureStorageException

public SecureStorageException()

SecureStorageException

public SecureStorageException(java.lang.String msg)

SecureStorageException

public SecureStorageException(java.lang.Exception nested)

SecureStorageException

public SecureStorageException(java.lang.Exception nested,
                              java.lang.String msg)
Method Detail

getNestedException

public java.lang.Exception getNestedException()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

Copyright © 2002 SAP AG. All Rights Reserved.