Class CollectionMapDecodingFailedEvent

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

public class CollectionMapDecodingFailedEvent extends AbstractEvent
This event is raised if a collection map could be loaded, but afterwards cannot be decoded and used as intended.
  • Constructor Details

    • CollectionMapDecodingFailedEvent

      public CollectionMapDecodingFailedEvent(Context context, Throwable reason)
  • 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.