Package com.sas.lsaf.security.user
Class UserLockedException
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.UserLockedException
- All Implemented Interfaces:
Serializable
Thrown when a user account is attempted to be locked but is already locked.
- Since:
- 2.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserLockedException(String message) Constructs anUserLockedExceptionwith the specified detail message. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserLockedException
Constructs anUserLockedExceptionwith the specified detail message.- Parameters:
message- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()method).
-