com.sap.security.api
Class AttributeValueAlreadyExistsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sap.security.api.UMException
|
+--com.sap.security.api.AttributeValueAlreadyExistsException
- All Implemented Interfaces:
- java.io.Serializable
- public class AttributeValueAlreadyExistsException
- extends UMException
This exception indicates that an attribute value which should be
set for a attribute already exists.
- 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 |
AttributeValueAlreadyExistsException
public AttributeValueAlreadyExistsException(java.lang.Throwable nestedException,
java.lang.String message)
- Constructs a new AttributeValueAlreadyExistsException
- Parameters:
message - the detail message.nestedException - the root exception.
AttributeValueAlreadyExistsException
public AttributeValueAlreadyExistsException(java.lang.Throwable nestedException)
- Constructs a new AttributeValueAlreadyExistsException
- Parameters:
nestedException - the root exception.
AttributeValueAlreadyExistsException
public AttributeValueAlreadyExistsException(java.lang.String message)
- Constructs a new AttributeValueAlreadyExistsException
- Parameters:
message - the detail message.
AttributeValueAlreadyExistsException
public AttributeValueAlreadyExistsException()
- Constructs a new AttributeValueAlreadyExistsException
Copyright © 2002 SAP AG All Rights Reserved.