com.google.apphosting.api
Class ApiProxy.RequestTooLargeException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- com.google.apphosting.api.ApiProxy.ApiProxyException
 - 
- com.google.apphosting.api.ApiProxy.RequestTooLargeException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 - java.io.Serializable
 
- Enclosing class:
 - ApiProxy
 
public static class ApiProxy.RequestTooLargeException extends ApiProxy.ApiProxyException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor and Description RequestTooLargeException(java.lang.String packageName, java.lang.String methodName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ApiProxy.RequestTooLargeExceptioncloneWithoutStackTrace()- 
Methods inherited from class com.google.apphosting.api.ApiProxy.ApiProxyException
copy 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
RequestTooLargeException
public RequestTooLargeException(java.lang.String packageName, java.lang.String methodName) 
 - 
 
- 
Method Detail
- 
cloneWithoutStackTrace
public ApiProxy.RequestTooLargeException cloneWithoutStackTrace()
 
 - 
 
 -