Class RemoteApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.apphosting.api.ApiProxy.ApiProxyException
com.google.appengine.tools.remoteapi.RemoteApiException
- All Implemented Interfaces:
Serializable
public class RemoteApiException
extends com.google.apphosting.api.ApiProxy.ApiProxyException
Indicates an internal exception in the remote API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteApiException(String message, String packageName, String methodName, Throwable cause) -
Method Summary
Methods inherited from class com.google.apphosting.api.ApiProxy.ApiProxyException
cloneWithoutStackTrace, copyMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteApiException
-