com.msi.network.connection
Class ConnReadTOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.msi.network.connection.ConnectionException
              extended bycom.msi.network.connection.ConnGetlineException
                  extended bycom.msi.network.connection.ConnReadTOException
All Implemented Interfaces:
java.io.Serializable

public class ConnReadTOException
extends ConnGetlineException

ConnReadTOException - error when reading from a connection.

Version:
1.0
Author:
Ken Thompson
See Also:
Serialized Form

Field Summary
private static java.lang.String exceptionName
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConnReadTOException()
          Creates a new ConnReadTOException instance.
ConnReadTOException(java.lang.String message)
          Creates a new ConnReadTOException instance.
ConnReadTOException(java.lang.String message, java.lang.Throwable cause)
          Creates a new ConnReadTOException instance.
ConnReadTOException(java.lang.Throwable cause)
          Creates a new ConnReadTOException instance.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exceptionName

private static java.lang.String exceptionName
Constructor Detail

ConnReadTOException

public ConnReadTOException()
Creates a new ConnReadTOException instance.


ConnReadTOException

public ConnReadTOException(java.lang.String message)
Creates a new ConnReadTOException instance.

Parameters:
message - a String value

ConnReadTOException

public ConnReadTOException(java.lang.String message,
                           java.lang.Throwable cause)
Creates a new ConnReadTOException instance.

Parameters:
message - a String value
cause - a Throwable value

ConnReadTOException

public ConnReadTOException(java.lang.Throwable cause)
Creates a new ConnReadTOException instance.

Parameters:
cause - a Throwable value


Copyright © 2001-2002 MileStone Solutions, Inc. All Rights Reserved.