Package com.couchbase.client.dcp.error
Class RollbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.dcp.core.CouchbaseException
com.couchbase.client.dcp.error.RollbackException
- All Implemented Interfaces:
Serializable
Indicates a rollback happened, used as an internal messaging event.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRollbackException(String message) RollbackException(String message, Throwable cause) RollbackException(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
-
RollbackException
public RollbackException() -
RollbackException
-
RollbackException
-
RollbackException
-