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
| 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 |
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)
getNestedException
public java.lang.Exception getNestedException()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class java.lang.Throwable