org.xsocket
Class ClosedConnectionException

Package class diagram package ClosedConnectionException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.xsocket.ClosedConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ClosedConnectionException
extends java.io.IOException

Checked exception thrown when an attempt is made to invoke or complete an I/O operation upon connection that is closed, or at least closed to that operation.

See Also:
Serialized Form

Constructor Summary
ClosedConnectionException(java.lang.String msg)
          constructor
ClosedConnectionException(java.lang.String msg, java.lang.Throwable cause)
          constructor
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClosedConnectionException

public ClosedConnectionException(java.lang.String msg)
constructor

Parameters:
msg - the message

ClosedConnectionException

public ClosedConnectionException(java.lang.String msg,
                                 java.lang.Throwable cause)
constructor

Parameters:
msg - the message
cause - the cause