Class TooLongBinaryMsgException

All Implemented Interfaces:
Serializable

public class TooLongBinaryMsgException extends RuntimeBinaryMsgException
Exception thrown when the BinaryMsg payload exceeds the maximum limit of 256K bytes.
Since:
1.0
Version:
2022-08-30
See Also:
  • Constructor Details

    • TooLongBinaryMsgException

      public TooLongBinaryMsgException(int len)
      Constructs a new "binary msg: too long" exception with the specified length.
      Parameters:
      len - the length that exceeded the maximum message size