Class AuthenticationBadCredentialException
- 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.AuthenticationBadCredentialException
-
- All Implemented Interfaces:
Serializable
public class AuthenticationBadCredentialException extends AuthenticationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationBadCredentialException(String message, String... parameters)
AuthenticationBadCredentialException(String message, Throwable cause)
AuthenticationBadCredentialException(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
-
-
-
-
Constructor Detail
-
AuthenticationBadCredentialException
public AuthenticationBadCredentialException(String message, String... parameters)
-
AuthenticationBadCredentialException
public AuthenticationBadCredentialException(String message, Throwable cause)
-
AuthenticationBadCredentialException
public AuthenticationBadCredentialException(Throwable cause)
-
-
Method Detail
-
accept
public void accept(AuthenticationExceptionVisitor visitor) throws AuthenticationException
- Overrides:
accept
in classAuthenticationException
- Throws:
AuthenticationException
-
-