Class TooLargeObjectInPackException

  • All Implemented Interfaces:
    Serializable

    public class TooLargeObjectInPackException
    extends TransportException
    Exception thrown when PackParser finds an object larger than a predefined limit
    Since:
    4.4
    See Also:
    Serialized Form
    • Constructor Detail

      • TooLargeObjectInPackException

        public TooLargeObjectInPackException​(String msg)
        Constructor for TooLargeObjectInPackException
        Parameters:
        msg - message describing the transport failure.
      • TooLargeObjectInPackException

        public TooLargeObjectInPackException​(String msg,
                                             Throwable cause)
        Constructor for TooLargeObjectInPackException
        Parameters:
        msg - message describing the transport exception.
        cause - why the transport failed.