Class RequestBodyTooLargeException

    • Constructor Detail

      • RequestBodyTooLargeException

        public RequestBodyTooLargeException​(long maxContentLength,
                                            long receivedContentLength)
    • Method Detail

      • getMaxContentLength

        public long getMaxContentLength()
      • getReceivedContentLength

        public long getReceivedContentLength()