public static class ApiProxy.CancelledException extends ApiProxy.ApiProxyException
| 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) |
| Modifier and Type | Method and Description |
|---|---|
ApiProxy.CancelledException |
cloneWithoutStackTrace()
Produces a copy of this exception where the stack trace is replaced by one from the place
where this method was called.
|
copypublic CancelledException(java.lang.String packageName,
java.lang.String methodName)
public CancelledException(java.lang.String packageName,
java.lang.String methodName,
java.lang.String reason)
public ApiProxy.CancelledException cloneWithoutStackTrace()
ApiProxy.ApiProxyException