com.sap.security.api
Class UserLockedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sap.security.api.UMException
|
+--com.sap.security.api.UserLockedException
- All Implemented Interfaces:
- java.io.Serializable
- public class UserLockedException
- extends UMException
This exception indicates that a user account is locked in the
user account store.
- 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 |
UserLockedException
public UserLockedException()
- Constructs a
UserManagementException.
UserLockedException
public UserLockedException(java.lang.Throwable reason)
UserLockedException
public UserLockedException(java.lang.String s)
- Constructs a
UserManagementException with the
specified detail message.
- Parameters:
s - the detail message.
Copyright © 2002 SAP AG All Rights Reserved.