|
Ice 3.7 Slice API Reference
|
A datagram exceeds the configured size. More...
defined in <Ice/LocalException.ice>
["cpp:ice_print"]
local exception DatagramLimitException extends Ice::ProtocolException { ... }


Additional Inherited Members | |
Data Members inherited from Ice::ProtocolException | |
| string | reason |
| The reason for the failure. More... | |
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).