anon
Class TooMuchDataForPacketException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by anon.TooMuchDataForPacketException
All Implemented Interfaces:
java.io.Serializable

public class TooMuchDataForPacketException
extends java.io.IOException

Author:
Stefan Lieske
See Also:
Serialized Form

Constructor Summary
TooMuchDataForPacketException(int a_bytesSent)
           
 
Method Summary
 int getBytesSent()
           
 
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

TooMuchDataForPacketException

public TooMuchDataForPacketException(int a_bytesSent)
Method Detail

getBytesSent

public int getBytesSent()