Serializable
public class ProxyAuthException extends SaslException
SaslException
and represents an
authentication failure to the proxy.Constructor | Description |
---|---|
ProxyAuthException(String message) |
|
ProxyAuthException(String message,
Throwable ex) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCause, initCause, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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–2018 Apache MINA Project. All rights reserved.