Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.security.authentication.exception.AuthenticationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationBadCredentialException
,AuthenticationHostException
,AuthenticationNoMoreUserConnectionAttemptException
,AuthenticationPasswordAboutToExpireException
,AuthenticationPasswordExpired
,AuthenticationPasswordMustBeChangedAtNextLogon
,AuthenticationPasswordMustBeChangedOnFirstLogin
,AuthenticationPwdChangeNotAvailException
,AuthenticationPwdNotAvailException
,AuthenticationUserAccountBlockedException
,AuthenticationUserAccountDeactivatedException
,AuthenticationUserMustAcceptTermsOfService
public class AuthenticationException extends org.silverpeas.kernel.SilverpeasException
Exception thrown when an error occurs while a user is authenticating himself against Silverpeas.- Author:
- tleroi, mmoquillon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException(String message, String... parameters)
AuthenticationException(String message, Throwable cause)
AuthenticationException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(AuthenticationExceptionVisitor visitor)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
accept
public void accept(AuthenticationExceptionVisitor visitor) throws AuthenticationException
- Throws:
AuthenticationException
-
-