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