public class UserLockoutException extends PortalException
Modifier and Type | Class and Description |
---|---|
static class |
UserLockoutException.LDAPLockout |
static class |
UserLockoutException.PasswordPolicyLockout |
Constructor and Description |
---|
UserLockoutException()
Deprecated.
As of 7.0.0, replaced by the inner classes
|
UserLockoutException(String msg)
Deprecated.
As of 7.0.0, replaced by the inner classes
|
UserLockoutException(String msg,
Throwable cause)
Deprecated.
As of 7.0.0, replaced by the inner classes
|
UserLockoutException(Throwable cause)
Deprecated.
As of 7.0.0, replaced by the inner classes
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Deprecated public UserLockoutException()
@Deprecated public UserLockoutException(String msg)
@Deprecated public UserLockoutException(String msg, Throwable cause)
@Deprecated public UserLockoutException(Throwable cause)