Package com.google.apphosting.api
Class ApiProxy.RPCFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.apphosting.api.ApiProxy.ApiProxyException
com.google.apphosting.api.ApiProxy.RPCFailedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ApiProxy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRPCFailedException
(String packageName, String methodName) RPCFailedException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionprotected ApiProxy.RPCFailedException
Produces a copy of this exception where the stack trace is replaced by one from the place where this method was called.Methods inherited from class com.google.apphosting.api.ApiProxy.ApiProxyException
copy
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RPCFailedException
-
RPCFailedException
-
-
Method Details
-
cloneWithoutStackTrace
Description copied from class:ApiProxy.ApiProxyException
Produces a copy of this exception where the stack trace is replaced by one from the place where this method was called.- Overrides:
cloneWithoutStackTrace
in classApiProxy.ApiProxyException
-