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:
  • Field Details

  • Constructor Details

    • 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.