Package com.couchbase.client.core.error
Class DurabilityLevelNotAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.couchbase.client.core.error.CouchbaseException
-
- com.couchbase.client.core.error.DurabilityLevelNotAvailableException
-
- All Implemented Interfaces:
Serializable
public class DurabilityLevelNotAvailableException extends CouchbaseException
This exception is raised when a durability level has been requested that is not available on the server.- Since:
- 2.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DurabilityLevelNotAvailableException()
DurabilityLevelNotAvailableException(DurabilityLevel level)
DurabilityLevelNotAvailableException(String message)
DurabilityLevelNotAvailableException(String message, Throwable cause)
DurabilityLevelNotAvailableException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
DurabilityLevelNotAvailableException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DurabilityLevelNotAvailableException
public DurabilityLevelNotAvailableException()
-
DurabilityLevelNotAvailableException
public DurabilityLevelNotAvailableException(String message)
-
DurabilityLevelNotAvailableException
public DurabilityLevelNotAvailableException(String message, Throwable cause)
-
DurabilityLevelNotAvailableException
public DurabilityLevelNotAvailableException(Throwable cause)
-
DurabilityLevelNotAvailableException
public DurabilityLevelNotAvailableException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
DurabilityLevelNotAvailableException
public DurabilityLevelNotAvailableException(DurabilityLevel level)
-
-