Class BucketClosedException

All Implemented Interfaces:
Serializable

public class BucketClosedException extends CouchbaseException
A RuntimeException being thrown whenever an operation on a bucket that has been closed is attempted.
Since:
1.0.1
Author:
Simon Baslé
See Also:
  • Constructor Details

    • BucketClosedException

      public BucketClosedException()
    • BucketClosedException

      public BucketClosedException(String message)
    • BucketClosedException

      public BucketClosedException(String message, Throwable cause)