Class TooLargePackException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      TooLargePackException​(java.lang.String msg)
      Constructor for TooLargePackException
      TooLargePackException​(java.lang.String msg, java.lang.Throwable cause)
      Constructor for TooLargePackException
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TooLargePackException

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

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