Class TooLargePackException

All Implemented Interfaces:
Serializable

public class TooLargePackException extends TransportException
Thrown when a pack exceeds a given size limit
Since:
3.3
See Also:
  • Field Details

  • Constructor Details

    • TooLargePackException

      public TooLargePackException(long packSizeLimit)
      Construct a too large pack exception.
      Parameters:
      packSizeLimit - the pack size limit (in bytes) that was exceeded
    • TooLargePackException

      public TooLargePackException(URIish uri, String s)
      Construct a too large pack exception.
      Parameters:
      uri - URI used for transport
      s - message
      Since:
      4.0