Class RestoreFailedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
ClusterEvent, Serializable

public class RestoreFailedEvent extends AbstractRestoreEvent
An event that is sent when restore process fails
Since:
8.3.0
See Also:
  • Constructor Details

    • RestoreFailedEvent

      public RestoreFailedEvent(Object src, JobScope jobScope, String errorMessage, boolean isDisplayJohnson)
  • Method Details

    • getErrorMessage

      public String getErrorMessage()
    • isDisplayJohnson

      public boolean isDisplayJohnson()