Class AuthenticationUserAccountBlockedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.security.authentication.exception.AuthenticationException
-
- org.silverpeas.core.security.authentication.exception.AuthenticationUserAccountBlockedException
-
- All Implemented Interfaces:
Serializable
public class AuthenticationUserAccountBlockedException extends AuthenticationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationUserAccountBlockedException(String message, String... parameters)
AuthenticationUserAccountBlockedException(String message, Throwable cause)
AuthenticationUserAccountBlockedException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.silverpeas.core.security.authentication.exception.AuthenticationException
accept
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthenticationUserAccountBlockedException
public AuthenticationUserAccountBlockedException(String message, String... parameters)
-
AuthenticationUserAccountBlockedException
public AuthenticationUserAccountBlockedException(String message, Throwable cause)
-
AuthenticationUserAccountBlockedException
public AuthenticationUserAccountBlockedException(Throwable cause)
-
-