public class AuthenticationException extends javax.security.auth.message.AuthException
Constructor and Description |
---|
AuthenticationException(String message)
Creates an
AuthenticationException with the specified detail message. |
AuthenticationException(String message,
Throwable cause)
Creates an
AuthenticationException with the specified detail message and cause. |
AuthenticationException(Throwable cause)
Creates an
AuthenticationException with the specified cause and a detail message of
(cause==null ? null : cause.getMessage()) . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException(String message)
AuthenticationException
with the specified detail message.message
- The detail message.public AuthenticationException(Throwable cause)
AuthenticationException
with the specified cause and a detail message of
(cause==null ? null : cause.getMessage())
.cause
- The cause.Copyright © 2010-2018, ForgeRock All Rights Reserved.