Class AuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class AuthenticationException
    extends CouchbaseException
    Every exception that has to do with authentication problems should either instantiate or subclass from this type.
    Since:
    2.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationException

        public AuthenticationException()
      • AuthenticationException

        public AuthenticationException​(String message)
      • AuthenticationException

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

        public AuthenticationException​(Throwable cause)
      • AuthenticationException

        public AuthenticationException​(String message,
                                       Throwable cause,
                                       boolean enableSuppression,
                                       boolean writableStackTrace)