com.sap.security.api
Class ObjectAlreadyExistsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sap.security.api.UMException
|
+--com.sap.security.api.ObjectAlreadyExistsException
- All Implemented Interfaces:
- java.io.Serializable
- public class ObjectAlreadyExistsException
- extends UMException
This exception indicates an attempt to create a object who already exists
in the object store.
- Version:
- 1.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ObjectAlreadyExistsException
public ObjectAlreadyExistsException()
- Constructs a new ObjectAlreadyExistsException with a descriptive
message.
ObjectAlreadyExistsException
public ObjectAlreadyExistsException(java.lang.Throwable reason)
ObjectAlreadyExistsException
public ObjectAlreadyExistsException(java.lang.String message)
- Constructs a new ObjectAlreadyExistsException with a descriptive
message.
Copyright © 2002 SAP AG All Rights Reserved.