com.mischiefbox.dmud.message
Class MessageTooLargeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.mischiefbox.dmud.message.MessageTooLargeException
- All Implemented Interfaces:
- Serializable
- public class MessageTooLargeException
- extends Exception
Indicates that a message was too large.
The connection handler should consider dumping the connection
because this may be a deliberate attempt to deny service.
- Version:
- $Id: MessageTooLargeException.java,v 1.1.1.1 2001/06/27 01:33:17 cjones Exp $
- Author:
- Chris Jones
- See Also:
- Serialized Form
sConnectionId
protected String sConnectionId
- The offending connection id.
MessageTooLargeException
public MessageTooLargeException(String sConnectionId)
- Create a new message too-large exception.
- Parameters:
sConnectionId - the connection id that sent the
too-large message.
getConnectionId
public String getConnectionId()
- Gets the offending connection id.
- Returns:
- the connection id that sent the too-large message.
Copyright © 2001 by Christopher R. Jones. All Rights Reserved.