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.ApiProxyExceptionIndicates an internal exception in the remote API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteApiException(String message, String packageName, String methodName, Throwable cause)
-
Method Summary
-
Methods inherited from class com.google.apphosting.api.ApiProxy.ApiProxyException
cloneWithoutStackTrace, copy
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-