Class SecureConnectionFailedEvent

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

public class SecureConnectionFailedEvent extends AbstractEvent
  • Constructor Details

    • SecureConnectionFailedEvent

      public SecureConnectionFailedEvent(Context context, SSLException sslException)
  • Method Details

    • sslException

      public SSLException sslException()
    • description

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