Package com.zeroc.Ice

Class DatagramLimitException

All Implemented Interfaces:
Serializable, Cloneable

public class DatagramLimitException extends ProtocolException
A datagram exceeds the configured size. This exception is raised if a datagram exceeds the configured send or receive buffer size, or exceeds the maximum payload size of a UDP packet (65507 bytes).
See Also:
  • Constructor Details

    • DatagramLimitException

      public DatagramLimitException()
    • DatagramLimitException

      public DatagramLimitException(Throwable cause)
    • DatagramLimitException

      public DatagramLimitException(String reason)
    • DatagramLimitException

      public DatagramLimitException(String reason, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Overrides:
      ice_id in class ProtocolException
      Returns:
      The type id of this exception.