Class SSLException

All Implemented Interfaces:
Serializable

public class SSLException
extends CouchbaseException
Generic SSLException.
Since:
1.0
Author:
Michael Nitschinger
See Also:
Serialized Form
  • Constructor Details

    • SSLException

      public SSLException()
    • SSLException

      public SSLException​(String message)
    • SSLException

      public SSLException​(String message, Throwable cause)
    • SSLException

      public SSLException​(Throwable cause)