Class ProxyAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
javax.security.sasl.SaslException
org.apache.mina.proxy.ProxyAuthException
- All Implemented Interfaces:
Serializable
ProxyAuthException.java - This class extends
SaslException and represents an
authentication failure to the proxy.- Since:
- MINA 2.0.0-M3
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProxyAuthException(String message) ProxyAuthException(String message, Throwable ex) -
Method Summary
Methods inherited from class SaslException
getCause, initCause, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ProxyAuthException
- Parameters:
message- The detail message- See Also:
-
ProxyAuthException
-