org.xnap.plugin.opennap.net.msg.server
Class InvalidNickMessage

java.lang.Object
  extended by org.xnap.plugin.opennap.net.msg.Message
      extended by org.xnap.plugin.opennap.net.msg.server.ServerMessage
          extended by org.xnap.plugin.opennap.net.msg.server.InvalidNickMessage

public class InvalidNickMessage
extends ServerMessage


Field Summary
static int TYPE
           
 
Fields inherited from class org.xnap.plugin.opennap.net.msg.server.ServerMessage
consumed, data, server
 
Fields inherited from class org.xnap.plugin.opennap.net.msg.Message
type
 
Constructor Summary
InvalidNickMessage(java.lang.String data)
           
 
Method Summary
 
Methods inherited from class org.xnap.plugin.opennap.net.msg.server.ServerMessage
consume, getServer, isConsumed, parse, received, setServer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final int TYPE
See Also:
Constant Field Values
Constructor Detail

InvalidNickMessage

public InvalidNickMessage(java.lang.String data)
                   throws InvalidMessageException
Throws:
InvalidMessageException


Copyright © 2001-2005 XNap Team. All Rights Reserved.