|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.mindtree.techworks.insight.remoteprotocol.RemoteProtocolException
com.mindtree.techworks.insight.remoteprotocol.PacketDataSizeOverLimitsException
public class PacketDataSizeOverLimitsException
This is an exception thrown to indicate that there is more data than is allowed in the packet.
PacketDataContent.MAX_PACKET_DATA_SIZE
,
Serialized FormConstructor Summary | |
---|---|
PacketDataSizeOverLimitsException(java.lang.String message)
Creates an instance of this class |
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 |
---|
public PacketDataSizeOverLimitsException(java.lang.String message)
message
- The packet data size is over limit exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |