com.google.appengine.tools.remoteapi
Class RemoteApiException
- java.lang.Object
-
- ApiProxy.ApiProxyException
-
- com.google.appengine.tools.remoteapi.RemoteApiException
-
public class RemoteApiException extends ApiProxy.ApiProxyException
Indicates an internal exception in the remote API.
-
-
Constructor Summary
Constructors Constructor and Description RemoteApiException(java.lang.String message, java.lang.String packageName, java.lang.String methodName, java.lang.Throwable cause)
-