Package com.enonic.xp.security.auth
Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.exception.BaseException
-
- com.enonic.xp.security.auth.AuthenticationException
-
- All Implemented Interfaces:
Serializable
@PublicApi public class AuthenticationException extends BaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException(String message)
AuthenticationException(String message, Object... args)
AuthenticationException(Throwable t, String message)
AuthenticationException(Throwable cause, String message, Object... args)
-
Method Summary
-
Methods inherited from class com.enonic.xp.exception.BaseException
getCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthenticationException
public AuthenticationException(String message)
-
-