public class UpdateFailureEvent
extends java.lang.Object
UpdateListener. This event indicates that an
operation failed.| Constructor and Description |
|---|
UpdateFailureEvent(java.lang.Throwable cause,
java.lang.String failureMessage,
java.lang.String details) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public UpdateFailureEvent(java.lang.Throwable cause,
java.lang.String failureMessage,
java.lang.String details)
public java.lang.String getFailureMessage()
null message.public java.lang.Throwable getCause()
Throwable, or null.public java.lang.String getDetails()