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: 685703 $, $Date: 2008-08-14 00:14:47 +0200 (Do, 14 Aug 2008) $
- 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.