public class RequestPayloadTooLargeException
extends java.net.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.
Constructor and Description |
---|
RequestPayloadTooLargeException(java.lang.String url) |