org.jSyncManager.API.Protocol
Class CMPWrongPacketTypeException
RuntimeExceptionorg.jSyncManager.API.Protocol.CMPWrongPacketTypeException
public class CMPWrongPacketTypeException
extends RuntimeException
The CMPWrongPacketTypeException class.
This exeception is generated when a call to CMP_Packet.bytes2Packet is made with a CMP Extended packet,
or vice-versa.
CMPWrongPacketTypeException
public CMPWrongPacketTypeException()
Constructs a new CMPWrongPacketTypeException object.
CMPWrongPacketTypeException
public CMPWrongPacketTypeException(String s)
Constructs a new CMPWrongPacketTypeException object with the given message.
s - a String containing the exeception message text.