org.livetribe.slp.spi.net
Class SocketClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.livetribe.slp.spi.net.SocketClosedException
All Implemented Interfaces:
Serializable

public class SocketClosedException
extends RuntimeException

Thrown when reading an SLP message from an InputStream and the client closes the socket before all message bytes has been sent (the length is in the header of SLP messages).

Version:
$Rev: 46 $ $Date: 2006-03-24 19:10:49 +0100 (Fri, 24 Mar 2006) $
See Also:
Serialized Form

Constructor Summary
SocketClosedException()
           
SocketClosedException(String message)
           
SocketClosedException(String message, Throwable cause)
           
SocketClosedException(Throwable cause)
           
 
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

SocketClosedException

public SocketClosedException()

SocketClosedException

public SocketClosedException(String message)

SocketClosedException

public SocketClosedException(Throwable cause)

SocketClosedException

public SocketClosedException(String message,
                             Throwable cause)


Copyright © 2006-2012 LiveTribe. All Rights Reserved.