org.livetribe.slp.spi.net
Class MessageTooBigException

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.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

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

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.