public class BucketDoesNotExistException
extends com.couchbase.client.core.CouchbaseException
Exception identifying that a bucket does not exist.
Constructor and Description |
---|
BucketDoesNotExistException() |
BucketDoesNotExistException(java.lang.String message) |
BucketDoesNotExistException(java.lang.String message,
java.lang.Throwable cause) |
BucketDoesNotExistException(java.lang.Throwable cause) |
public BucketDoesNotExistException()
public BucketDoesNotExistException(java.lang.String message)
public BucketDoesNotExistException(java.lang.String message, java.lang.Throwable cause)
public BucketDoesNotExistException(java.lang.Throwable cause)