Package com.couchbase.client.core
Class BucketClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.couchbase.client.core.CouchbaseException
-
- com.couchbase.client.core.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BucketClosedException()
BucketClosedException(String message)
BucketClosedException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class com.couchbase.client.core.CouchbaseException
details, details, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-