public class UpdateFailureEvent extends Object
UpdateListener. This event indicates that an
operation failed.| Constructor and Description |
|---|
UpdateFailureEvent(Throwable cause,
String failureMessage,
String details) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Returns the cause, if any, for the operation failure.
|
String |
getDetails()
Returns the detailed output from the operation process.
|
String |
getFailureMessage()
Returns the failure message for the operation.
|
public String getFailureMessage()
null message.public Throwable getCause()
Throwable, or null.public String getDetails()
Copyright © 2022. All rights reserved.