Class ReconfigurationErrorDetectedEvent

java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.core.ReconfigurationErrorDetectedEvent
All Implemented Interfaces:
Event

public class ReconfigurationErrorDetectedEvent extends AbstractEvent
The client ran into an error during a config reconfiguration event.
Since:
2.0.0
  • Constructor Details

    • ReconfigurationErrorDetectedEvent

      public ReconfigurationErrorDetectedEvent(Context context, Throwable error)
  • Method Details

    • description

      public String description()
      Description copied from interface: Event
      A textual description with more information about the event.
      Returns:
      the description, if set.
    • cause

      public Throwable cause()
      Description copied from interface: Event
      If present, holds the cause for this event. Usually present if raised because of an excetion.
      Returns:
      the throwable if present.