com.sap.security.api
Class DuplicateKeyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.security.api.UMException
                    |
                    +--com.sap.security.api.DuplicateKeyException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateKeyException
extends UMException

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

Version:
1.0
See Also:
Serialized Form

Fields inherited from class com.sap.security.api.UMException
m_throwable
 
Constructor Summary
DuplicateKeyException()
          Constructs a new DuplicateKeyException with a descriptive message.
DuplicateKeyException(java.lang.String message)
          Constructs a new DuplicateKeyException with a descriptive message.
DuplicateKeyException(java.lang.Throwable reason)
           
DuplicateKeyException(java.lang.Throwable reason, java.lang.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, 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(java.lang.Throwable reason)

DuplicateKeyException

public DuplicateKeyException(java.lang.Throwable reason,
                             java.lang.String message)

DuplicateKeyException

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