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 operation failed.


Method Summary
 java.lang.Throwable getCause()
          Returns the cause, if any, for the operation failure.
 java.lang.String getDetails()
          Returns the detailed output from the operation process.
 java.lang.String getFailureMessage()
          Returns the failure message for the operation.
 
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 operation.

Returns:
a not null message.

getCause

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

Returns:
a Throwable, or null.

getDetails

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