Copyright © 2002 SAP AG. All Rights Reserved.

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

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

public class ObjectModificationException
extends SecureStorageException

See Also:
Serialized Form

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

ObjectModificationException

public ObjectModificationException()
Constructor for ObjectModificationException.

ObjectModificationException

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

ObjectModificationException

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

ObjectModificationException

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

Copyright © 2002 SAP AG. All Rights Reserved.