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
| 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 |
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.