Uses of Class
com.google.apphosting.api.ApiProxy.ApiProxyException
Packages that use ApiProxy.ApiProxyException
Package
Description
Provides access to the ApiProxy, which dispatches API calls to backend services.
-
Uses of ApiProxy.ApiProxyException in com.google.apphosting.api
Subclasses of ApiProxy.ApiProxyException in com.google.apphosting.apiModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classAn exception whose cause is not known or understood by the API code.Methods in com.google.apphosting.api that return ApiProxy.ApiProxyExceptionModifier and TypeMethodDescriptionprotected ApiProxy.ApiProxyExceptionApiProxy.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.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.