Package com.couchbase.client.dcp.error
Class BootstrapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.dcp.core.CouchbaseException
com.couchbase.client.dcp.error.BootstrapException
- All Implemented Interfaces:
Serializable
This exception indicates an error during bootstrap. See the cause and message for more details.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBootstrapException
(String message) BootstrapException
(String message, Throwable cause) BootstrapException
(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
-
BootstrapException
public BootstrapException() -
BootstrapException
-
BootstrapException
-
BootstrapException
-