Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

RemoteApiException

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) 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteApiException

        public RemoteApiException(java.lang.String message,
                                  java.lang.String packageName,
                                  java.lang.String methodName,
                                  java.lang.Throwable cause)