org.indy.socks
Class SocksException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.indy.IndyException
                    |
                    +--org.indy.socks.SocksException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SocksAuthException, SocksAuthMethodException, SocksRequestFailedException, SocksRequestIdentFailedException, SocksRequestServerFailedException, SocksServerAddressException, SocksServerCommandException, SocksServerConnectionRefusedException, SocksServerGeneralException, SocksServerHostUnreachableException, SocksServerNetUnreachableException, SocksServerPermissionException, SocksServerRespondException, SocksServerTTLExpiredException, SocksUnknownException, SocksUnknownHostException

public class SocksException
extends IndyException

IdSocksError

Author:
owen
See Also:
Serialized Form

Fields inherited from class org.indy.IndyException
_msg
 
Constructor Summary
protected SocksException(java.lang.String msg)
          Constructor for the IdSocksError 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

SocksException

protected SocksException(java.lang.String msg)
Constructor for the IdSocksError object
Parameters:
msg - Description of the Parameter


Copyright © 2002-2002 IndyJ. All Rights Reserved.