Class BucketDoesNotExistException

All Implemented Interfaces:
Serializable

public class BucketDoesNotExistException
extends CouchbaseException
Exception identifying that a bucket does not exist.
Since:
2.0
Author:
Michael Nitschinger
See Also:
Serialized Form
  • Constructor Details

    • BucketDoesNotExistException

      public BucketDoesNotExistException()
    • BucketDoesNotExistException

      public BucketDoesNotExistException​(String message)
    • BucketDoesNotExistException

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

      public BucketDoesNotExistException​(Throwable cause)