com.msi.network.connection
Class ConnPutlineException

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

public class ConnPutlineException
extends ConnectionException

ConnPutlineException - error writing to connection.

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

ConnPutlineException

public ConnPutlineException()
Creates a new ConnPutlineException instance.


ConnPutlineException

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

Parameters:
message - a String value

ConnPutlineException

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

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

ConnPutlineException

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

Parameters:
cause - a Throwable value


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