public class HttpAuthenticationException
extends java.lang.Exception
Constructor and Description |
---|
HttpAuthenticationException()
Constructs a new exception with null as its detail message.
|
HttpAuthenticationException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
HttpAuthenticationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified message and cause.
|
HttpAuthenticationException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and detail message from
given clause if it is not null.
|
public HttpAuthenticationException()
public HttpAuthenticationException(java.lang.String message)
message
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage()
method.public HttpAuthenticationException(java.lang.String message, java.lang.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(java.lang.Throwable cause)
cause
- the cause (use Throwable.getCause()
to retrieve the cause)Copyright © 2019 The Apache Software Foundation