public class HttpAuthenticationException extends IOException
Constructor and Description |
---|
HttpAuthenticationException()
Constructs a new
HttpAuthenticationException . |
HttpAuthenticationException(String message)
Constructs a new
HttpAuthenticationException . |
HttpAuthenticationException(String message,
Throwable cause)
Constructs a new
HttpAuthenticationException with an initial message and cause. |
HttpAuthenticationException(Throwable cause)
Constructs a new
HttpAuthenticationException with an initial cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpAuthenticationException()
HttpAuthenticationException
. The message is left blank (null
),
and no cause is specified.public HttpAuthenticationException(String message)
HttpAuthenticationException
. with the message provided,
and no cause is specified.message
- the message for this HttpAuthenticationException
.public HttpAuthenticationException(Throwable cause)
HttpAuthenticationException
with an initial cause.cause
- the cause for this HttpAuthenticationException
.public HttpAuthenticationException(String message, Throwable cause)
HttpAuthenticationException
with an initial message and cause.message
- the message for this HttpAuthenticationException
.cause
- the cause for this HttpAuthenticationException
.Copyright © 2020 JBoss by Red Hat. All rights reserved.