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