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