Class AuthenticationHostException
- 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.AuthenticationHostException
-
- All Implemented Interfaces:
Serializable
public class AuthenticationHostException extends AuthenticationException
- Version:
- Author:
- tleroi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationHostException(String message, String... parameters)
AuthenticationHostException(String message, Throwable cause)
AuthenticationHostException(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
- Overrides:
accept
in classAuthenticationException
- Throws:
AuthenticationException
-
-