Class ContentLengthExceededException

    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • ContentLengthExceededException

        public ContentLengthExceededException​(long maxLength,
                                              long receivedLength)
        Parameters:
        maxLength - The maximum length
        receivedLength - The received length
      • ContentLengthExceededException

        public ContentLengthExceededException​(long maxLength)
        Parameters:
        maxLength - The maximum length