Package com.sas.lsaf.security.user
Class UserUnlockedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.security.user.UserException
-
- com.sas.lsaf.security.user.UserUnlockedException
-
- All Implemented Interfaces:
java.io.Serializable
public class UserUnlockedException extends UserException
Thrown when a user account is attempted to be unlocked but is already unlocked.- Since:
- 2.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserUnlockedException(java.lang.String message)
Constructs anUserUnlockedException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
UserUnlockedException
public UserUnlockedException(java.lang.String message)
Constructs anUserUnlockedException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-