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
ResponseTooLargeExceptionis thrown when the result of aURLFetchServiceoperation is too large.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseTooLargeException(String url)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResponseTooLargeException
public ResponseTooLargeException(String url)
-
-