org.apache.mina.proxy
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
public class ProxyAuthException
- extends SaslException
ProxyAuthException.java - This class extends SaslException
and represents an
authentication failure to the proxy.
- Since:
- MINA 2.0.0-M3
- Version:
- $Rev: 759663 $, $Date: 2009-03-29 12:46:40 +0200 (Sun, 29 Mar 2009) $
- Author:
- The Apache MINA Project (dev@mina.apache.org)
- See Also:
- Serialized Form
ProxyAuthException
public ProxyAuthException(String message)
-
ProxyAuthException
public ProxyAuthException(String message,
Throwable ex)
-
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.