Class RequestTooLargeException

    • Constructor Detail

      • RequestTooLargeException

        public RequestTooLargeException​(String message)
      • RequestTooLargeException

        public RequestTooLargeException​(long requested,
                                        long maxBytes)
      • RequestTooLargeException

        public RequestTooLargeException​(String message,
                                        Exception cause)