Class NodePanicEvent

java.lang.Object
com.atlassian.crowd.manager.cluster.NodePanicEvent
All Implemented Interfaces:
TransactionAwareImmediateEvent

public class NodePanicEvent extends Object implements TransactionAwareImmediateEvent
Used when a fatal error in the node configuration or operation is detected. Listeners of this event should prevent all access to the application and present the description message to the user.
  • Constructor Details

    • NodePanicEvent

      public NodePanicEvent(String message)
  • Method Details

    • getMessage

      public String getMessage()