Class NotConnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.dcp.core.CouchbaseException
com.couchbase.client.dcp.core.state.NotConnectedException
- All Implemented Interfaces:
Serializable
Thrown if the stateful component is not connected.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotConnectedException(String message) NotConnectedException(String message, Throwable cause) NotConnectedException(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 Details
-
NotConnectedException
public NotConnectedException() -
NotConnectedException
-
NotConnectedException
-
NotConnectedException
-