com.mindtree.techworks.insight.remoteprotocol
Class PacketDataSizeOverLimitsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mindtree.techworks.insight.remoteprotocol.RemoteProtocolException
              extended by com.mindtree.techworks.insight.remoteprotocol.PacketDataSizeOverLimitsException
All Implemented Interfaces:
java.io.Serializable

public class PacketDataSizeOverLimitsException
extends RemoteProtocolException

This is an exception thrown to indicate that there is more data than is allowed in the packet.

Version:
$Revision: $ $Date: $
Author:
Bindul Bhowmik
See Also:
PacketDataContent.MAX_PACKET_DATA_SIZE, Serialized Form

Constructor 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

PacketDataSizeOverLimitsException

public PacketDataSizeOverLimitsException(java.lang.String message)
Creates an instance of this class

Parameters:
message - The packet data size is over limit exception


Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.