org.indy.io
Class IndyIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.indy.IndyException
                    |
                    +--org.indy.io.IndyIOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectException, ConnectTimedOutException, IndyUnknownHostException, MaxLineLengthExceededException, NotConnectedException, PeerDisconnectedException, ReadTimedOutException

public class IndyIOException
extends IndyException

Version:
1.0
Author:
 
See Also:
Serialized Form

Fields inherited from class org.indy.IndyException
_msg
 
Constructor Summary
IndyIOException(java.lang.Exception e)
          Creates a new IndyIOException object.
IndyIOException(java.lang.Exception e, java.lang.String msg)
          Constructor for the IdIOException object
IndyIOException(java.lang.String msg)
          Constructor for the IdIOException 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

IndyIOException

public IndyIOException(java.lang.String msg)
Constructor for the IdIOException object
Parameters:
e - Description of the Parameter

IndyIOException

public IndyIOException(java.lang.Exception e)
Creates a new IndyIOException object.
Parameters:
e - DOCUMENT ME!

IndyIOException

public IndyIOException(java.lang.Exception e,
                       java.lang.String msg)
Constructor for the IdIOException object
Parameters:
e - Description of the Parameter
msg - Description of the Parameter


Copyright © 2002-2002 IndyJ. All Rights Reserved.