public class InvalidPasswordException
extends com.couchbase.client.core.CouchbaseException
This exception is commonly raised when the password for a resource does not match.
Constructor and Description |
---|
InvalidPasswordException() |
InvalidPasswordException(java.lang.String message) |
InvalidPasswordException(java.lang.String message,
java.lang.Throwable cause) |
InvalidPasswordException(java.lang.Throwable cause) |
public InvalidPasswordException()
public InvalidPasswordException(java.lang.String message)
public InvalidPasswordException(java.lang.String message, java.lang.Throwable cause)
public InvalidPasswordException(java.lang.Throwable cause)