RequestPayloadTooLargeException (Google App Engine API for Java)

com.google.appengine.api.urlfetch

Class RequestPayloadTooLargeException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.io.IOException
          • java.net.MalformedURLException
            • com.google.appengine.api.urlfetch.RequestPayloadTooLargeException
  • All Implemented Interfaces:
    java.io.Serializable


    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.

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RequestPayloadTooLargeException

        public RequestPayloadTooLargeException(java.lang.String url)