com.sap.security.api

Class DuplicateKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sap.security.api.UMException
              extended bycom.sap.security.api.DuplicateKeyException
All Implemented Interfaces:
Serializable

public class DuplicateKeyException
extends UMException

This exception indicates an attempt to read an object by a key that is ambiguous.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sap.security.api.UMException
m_throwable
 
Constructor Summary
DuplicateKeyException()
          Constructs a new DuplicateKeyException with a descriptive message.
DuplicateKeyException(String message)
          Constructs a new DuplicateKeyException with a descriptive message.
DuplicateKeyException(Throwable reason)
           
DuplicateKeyException(Throwable reason, String message)
           
 
Methods inherited from class com.sap.security.api.UMException
getLocalizedMessage, getMessage, getNestedException, main, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateKeyException

public DuplicateKeyException()
Constructs a new DuplicateKeyException with a descriptive message.


DuplicateKeyException

public DuplicateKeyException(Throwable reason)

DuplicateKeyException

public DuplicateKeyException(Throwable reason,
                             String message)

DuplicateKeyException

public DuplicateKeyException(String message)
Constructs a new DuplicateKeyException with a descriptive message.



Copyright 2006 SAP AG Complete Copyright Notice