org.granite.gravity.udp
Class UdpPacketTooLargeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.granite.gravity.udp.UdpPacketTooLargeException
All Implemented Interfaces:
Serializable

public class UdpPacketTooLargeException
extends IOException

Author:
Franck WOLFF
See Also:
Serialized Form

Constructor Summary
UdpPacketTooLargeException()
           
UdpPacketTooLargeException(String message)
           
UdpPacketTooLargeException(String message, Throwable cause)
           
UdpPacketTooLargeException(Throwable cause)
           
 
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

UdpPacketTooLargeException

public UdpPacketTooLargeException()

UdpPacketTooLargeException

public UdpPacketTooLargeException(String message)

UdpPacketTooLargeException

public UdpPacketTooLargeException(Throwable cause)

UdpPacketTooLargeException

public UdpPacketTooLargeException(String message,
                                  Throwable cause)