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