com.sap.security.api
Class UserAlreadyExistsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sap.security.api.UMException
|
+--com.sap.security.api.PrincipalAlreadyExistsException
|
+--com.sap.security.api.UserAlreadyExistsException
- All Implemented Interfaces:
- java.io.Serializable
- public class UserAlreadyExistsException
- extends PrincipalAlreadyExistsException
This exception indicates an attempt to create a user that already exists
in the user store.
- Version:
- 1.0
- 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 |
UserAlreadyExistsException
public UserAlreadyExistsException(java.lang.Throwable nestedException,
java.lang.String message)
- Constructs a new UserAlreadyExistsException
- Parameters:
message - the detail message.nestedException - the root exception.
UserAlreadyExistsException
public UserAlreadyExistsException(java.lang.Throwable nestedException)
- Constructs a new UserAlreadyExistsException
- Parameters:
nestedException - the root exception.
UserAlreadyExistsException
public UserAlreadyExistsException(java.lang.String message)
- Constructs a new UserAlreadyExistsException
- Parameters:
message - the detail message.
UserAlreadyExistsException
public UserAlreadyExistsException()
- Constructs a new UserAlreadyExistsException
Copyright © 2002 SAP AG All Rights Reserved.