Class ResponseTooLargeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.appengine.api.urlfetch.ResponseTooLargeException
All Implemented Interfaces:
Serializable

public class ResponseTooLargeException extends RuntimeException
ResponseTooLargeException is thrown when the result of a URLFetchService operation is too large.
See Also:
  • Constructor Details

    • ResponseTooLargeException

      public ResponseTooLargeException(String url)