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

Constructor Summary
UserLockedException()
          Constructs a UserManagementException.
UserLockedException(java.lang.String s)
          Constructs a UserManagementException with the specified detail message.
UserLockedException(java.lang.Throwable reason)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.