| Package | Description |
|---|---|
| com.google.apphosting.api |
Provides access to the ApiProxy, which dispatches API calls to backend services.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiProxy.ApiDeadlineExceededException |
static class |
ApiProxy.ApplicationException |
static class |
ApiProxy.ArgumentException |
static class |
ApiProxy.CallNotFoundException |
static class |
ApiProxy.CancelledException |
static class |
ApiProxy.CapabilityDisabledException |
static class |
ApiProxy.FeatureNotEnabledException |
static class |
ApiProxy.OverQuotaException |
static class |
ApiProxy.RequestTooLargeException |
static class |
ApiProxy.ResponseTooLargeException |
static class |
ApiProxy.RPCFailedException |
static class |
ApiProxy.UnknownException
An exception whose cause is not known or understood by the API code.
|
| Modifier and Type | Method and Description |
|---|---|
protected ApiProxy.ApiProxyException |
ApiProxy.ApiProxyException.cloneWithoutStackTrace()
Produces a copy of this exception where the stack trace is replaced by one from the place
where this method was called.
|
ApiProxy.ApiProxyException |
ApiProxy.ApiProxyException.copy(StackTraceElement[] stackTrace)
Clones this exception and then sets this Exception as the cause
of the clone and sets the given stack trace in the clone.
|
Copyright © 2022. All rights reserved.