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

Constructor Summary
ObjectAlreadyExistsException()
          Constructs a new ObjectAlreadyExistsException with a descriptive message.
ObjectAlreadyExistsException(java.lang.String message)
          Constructs a new ObjectAlreadyExistsException with a descriptive message.
ObjectAlreadyExistsException(java.lang.Throwable reason)
           
 
Methods inherited from class com.sap.security.api.UMException
getLocalizedMessage, getMessage, getNestedException, main, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.