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.
Stay organized with collections
Save and categorize content based on your preferences.
com.google.appengine.tools.admin
Class AdminException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.appengine.tools.admin.AdminException
All Implemented Interfaces:
java.io.Serializable
public class AdminException
extends java.lang.RuntimeException
Thrown when an unrecoverable failure occurs while communicating
with the remote administration console. This may happen, for example,
in case of a network failure. In cases of failure, it may be necessary
to rollback the prior application update
before attempting another.