org.indy.socks
Class SocksAuthException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.indy.IndyException
                    |
                    +--org.indy.socks.SocksException
                          |
                          +--org.indy.socks.SocksAuthException
All Implemented Interfaces:
java.io.Serializable

public class SocksAuthException
extends SocksException

Description of the Class

Author:
owen
See Also:
Serialized Form

Fields inherited from class org.indy.IndyException
_msg
 
Constructor Summary
protected SocksAuthException(java.lang.String msg)
          Creates a new SocksAuthException object.
 
Methods inherited from class org.indy.IndyException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SocksAuthException

protected SocksAuthException(java.lang.String msg)
Creates a new SocksAuthException object.
Parameters:
msg - DOCUMENT ME!


Copyright © 2002-2002 IndyJ. All Rights Reserved.