|
|||||||||
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
operation failed.
Constructor Summary | |
---|---|
UpdateFailureEvent(java.lang.Throwable cause,
java.lang.String failureMessage,
java.lang.String details)
|
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 |
Constructor Detail |
---|
public UpdateFailureEvent(java.lang.Throwable cause, java.lang.String failureMessage, java.lang.String details)
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 |