Class InvalidPasswordException

  • All Implemented Interfaces:
    Serializable

    public class InvalidPasswordException
    extends CouchbaseException
    This exception is commonly raised when the password for a resource does not match.
    Since:
    2.0
    Author:
    Michael Nitschinger
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidPasswordException

        public InvalidPasswordException()
      • InvalidPasswordException

        public InvalidPasswordException​(String message)
      • InvalidPasswordException

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

        public InvalidPasswordException​(Throwable cause)