com.google.appengine.tools.admin
Class AdminException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.

See Also:
Serialized Form

Constructor Summary
AdminException(java.lang.String message)
           
AdminException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdminException

public AdminException(java.lang.String message,
                      java.lang.Throwable cause)

AdminException

public AdminException(java.lang.String message)