com.msi.network.connection
Class ConnectionException

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

public class ConnectionException
extends java.lang.Exception

Base exception for all Connection errors.

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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConnectionException()
          Creates a new ConnectionException instance.
ConnectionException(java.lang.String message)
          Creates a new ConnectionException instance.
ConnectionException(java.lang.String message, java.lang.Throwable cause)
          Creates a new ConnectionException instance.
ConnectionException(java.lang.Throwable cause)
          Creates a new ConnectionException 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
 

Constructor Detail

ConnectionException

public ConnectionException()
Creates a new ConnectionException instance.


ConnectionException

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

Parameters:
message - a String value

ConnectionException

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

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

ConnectionException

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

Parameters:
cause - a Throwable value


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