com.google.appengine.tools.admin
Class UpdateFailureEvent

java.lang.Object
  extended by com.google.appengine.tools.admin.UpdateFailureEvent

public class UpdateFailureEvent
extends java.lang.Object

Received by an UpdateListener. This event indicates that an application update failed.


Method Summary
 java.lang.Throwable getCause()
          Returns the cause, if any, for the update failure.
 java.lang.String getDetails()
          Returns the detailed output from the update process.
 java.lang.String getFailureMessage()
          Returns the failure message for the update.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFailureMessage

public java.lang.String getFailureMessage()
Returns the failure message for the update.

Returns:
a not null message.

getCause

public java.lang.Throwable getCause()
Returns the cause, if any, for the update failure.

Returns:
a Throwable, or null.

getDetails

public java.lang.String getDetails()
Returns the detailed output from the update process.