public class AuthenticationException
extends org.apache.http.ProtocolException
Constructor and Description |
---|
AuthenticationException()
Creates a new AuthenticationException with a null detail message.
|
AuthenticationException(String message)
Creates a new AuthenticationException with the specified message.
|
AuthenticationException(String message,
Throwable cause)
Creates a new AuthenticationException with the specified detail message
and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException()
public AuthenticationException(String message)
message
- the exception detail messagepublic AuthenticationException(String message, Throwable cause)
message
- the exception detail messagecause
- the Throwable that caused this exception, or
null if the cause is unavailable, unknown, or not a
ThrowableCopyright © 2019. All Rights Reserved.