com.sap.security.core.server.securestorage.exception
Class ObjectDeletionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sap.security.core.server.securestorage.exception.SecureStorageException
|
+--com.sap.security.core.server.securestorage.exception.ObjectDeletionException
- All Implemented Interfaces:
- java.io.Serializable
- public class ObjectDeletionException
- extends SecureStorageException
- 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 |
ObjectDeletionException
public ObjectDeletionException()
- Constructor for ObjectDeletionException.
ObjectDeletionException
public ObjectDeletionException(java.lang.String message)
- Constructor for ObjectDeletionException.
- Parameters:
message -
ObjectDeletionException
public ObjectDeletionException(java.lang.Exception nested)
- Constructor for ObjectDeletionException.
- Parameters:
nested -
ObjectDeletionException
public ObjectDeletionException(java.lang.Exception nested,
java.lang.String msg)
- Constructor for ObjectDeletionException.
- Parameters:
nested - msg -