|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.tools.admin.UpdateFailureEvent
public class UpdateFailureEvent
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 |
---|
public java.lang.String getFailureMessage()
null
message.public java.lang.Throwable getCause()
Throwable
, or null
.public java.lang.String getDetails()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |