public class ProxyAuthException extends SaslException
SaslException and represents an
authentication failure to the proxy.| Constructor and Description |
|---|
ProxyAuthException(String message) |
ProxyAuthException(String message,
Throwable ex) |
getCause, initCause, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ProxyAuthException(String message)
message - The detail messageSaslException(String)public ProxyAuthException(String message, Throwable ex)
message - The detail messageex - The exception's causeSaslException(String, Throwable)Copyright © 2004–2024 Apache MINA Project. All rights reserved.