Package 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:
Serializable
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.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAdminException(String message) AdminException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AdminException
-
AdminException
-