public class HttpAuthenticationException extends Exception
| Constructor and Description |
|---|
HttpAuthenticationException()
Constructs a new exception with null as its detail message.
|
HttpAuthenticationException(String message)
Constructs a new exception with the specified detail message.
|
HttpAuthenticationException(String message,
Throwable cause)
Constructs a new exception with the specified message and cause.
|
HttpAuthenticationException(Throwable cause)
Constructs a new exception with the specified cause and detail message from
given clause if it is not null.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpAuthenticationException()
public HttpAuthenticationException(String message)
message - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.public HttpAuthenticationException(String message, Throwable cause)
message - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.cause - the cause (use Throwable.getCause() to retrieve the cause)public HttpAuthenticationException(Throwable cause)
cause - the cause (use Throwable.getCause() to retrieve the cause)Copyright © 2021 The Apache Software Foundation