public class AuthenticationException extends IOException
| Constructor and Description |
|---|
AuthenticationException(String hostname,
String message)
Creates an exception with the specified hostname and detail message.
|
AuthenticationException(String hostname,
String message,
Throwable cause)
Creates an exception with the specified hostname, detail message, and
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException(String hostname, String message)
hostname - the hostname of the host on which authentication failedmessage - the detail messagepublic AuthenticationException(String hostname, String message, Throwable cause)
hostname - the hostname of the host on which authentication failedmessage - the detail messagecause - the cause of the authentication failure