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

Field Summary
private  int m_bytesSent
           
 
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
 

Field Detail

m_bytesSent

private int m_bytesSent
Constructor Detail

TooMuchDataForPacketException

public TooMuchDataForPacketException(int a_bytesSent)
Method Detail

getBytesSent

public int getBytesSent()