com.msi.network.connection
Class ConnGetlineException

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

public class ConnGetlineException
extends ConnectionException

ConnGetlineException - 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
ConnGetlineException()
          Creates a new ConnGetlineException instance.
ConnGetlineException(java.lang.String message)
          Creates a new ConnGetlineException instance.
ConnGetlineException(java.lang.String message, java.lang.Throwable cause)
          Creates a new ConnGetlineException instance.
ConnGetlineException(java.lang.Throwable cause)
          Creates a new ConnGetlineException 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

ConnGetlineException

public ConnGetlineException()
Creates a new ConnGetlineException instance.


ConnGetlineException

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

Parameters:
message - a String value

ConnGetlineException

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

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

ConnGetlineException

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

Parameters:
cause - a Throwable value


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