Class UpdateFailureEvent

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

public class UpdateFailureEvent extends Object
Received by an UpdateListener. This event indicates that an operation failed.
  • Constructor Details

    • UpdateFailureEvent

      public UpdateFailureEvent(Throwable cause, String failureMessage, String details)
  • Method Details

    • getFailureMessage

      public String getFailureMessage()
      Returns the failure message for the operation.
      Returns:
      a not null message.
    • getCause

      public Throwable getCause()
      Returns the cause, if any, for the operation failure.
      Returns:
      a Throwable, or null.
    • getDetails

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