Class RequestPayloadTooLargeException

  • All Implemented Interfaces:
    Serializable

    public class RequestPayloadTooLargeException
    extends MalformedURLException
    RequestPayloadTooLargeException is thrown when the payload of a URLFetchService request is too large.

    This is a subclass of MalformedURLException for backwards compatibility as it is thrown in places where MalformedURLException was thrown previously.

    See Also:
    Serialized Form
    • Constructor Detail

      • RequestPayloadTooLargeException

        public RequestPayloadTooLargeException​(String url)