Class ClusterPanicEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.cluster.safety.ClusterPanicEvent
All Implemented Interfaces:
ClusterEvent, Serializable

public class ClusterPanicEvent extends ConfluenceEvent implements ClusterEvent
Used when the ClusterSafetyManager detects a fatal error in the configuration of the cluster. Listeners of this event should prevent all access to the application and present the description message to the user.
See Also:
  • Constructor Details

    • ClusterPanicEvent

      public ClusterPanicEvent(Object src, String description)
  • Method Details

    • getDescription

      public String getDescription()