Class TooLargePackException

    • Constructor Detail

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