Class TooLargePackException

All Implemented Interfaces:
Serializable

public class TooLargePackException extends TransportException
Exception thrown when the server rejected a too large pack
Since:
4.0
See Also:
  • Field Details

  • Constructor Details

    • TooLargePackException

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

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