org.livetribe.slp.spi.net
Class MessageTooBigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.livetribe.slp.spi.net.MessageTooBigException
- All Implemented Interfaces:
- Serializable
public class MessageTooBigException
- extends RuntimeException
Thrown when an SLP message length is bigger than some configurable parameter.
Avoids that the client sends a valid SLP message header with a huge length.
- 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 |
MessageTooBigException
public MessageTooBigException()
MessageTooBigException
public MessageTooBigException(String message)
MessageTooBigException
public MessageTooBigException(Throwable cause)
MessageTooBigException
public MessageTooBigException(String message,
Throwable cause)
Copyright © 2006-2012 LiveTribe. All Rights Reserved.