org.livetribe.slp.spi.net
Class SocketClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.