Class UpdateFailureEvent


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

      • UpdateFailureEvent

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

      • 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.