com.flat502.rox.processing
Class RemoteSocketClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.flat502.rox.processing.RemoteSocketClosedException
All Implemented Interfaces:
java.io.Serializable

public class RemoteSocketClosedException
extends java.io.IOException

Raised when a read is interrupted because the remote entity closed the connection cleanly.

This is intended to make it possible to differentiate between the remote entity closing the connection as a result of an error (or abnormal termination) and closing the connection cleanly (typically to limit the number of active connections).

See Also:
Serialized Form

Constructor Summary
RemoteSocketClosedException(java.lang.String msg)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteSocketClosedException

public RemoteSocketClosedException(java.lang.String msg)