Package com.couchbase.client.core.error
Class DmlFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.error.CouchbaseException
com.couchbase.client.core.error.DmlFailureException
- All Implemented Interfaces:
Serializable
public class DmlFailureException extends CouchbaseException
This exception is raised when the server fails to execute a DML query.
See the details of the error message from the server for more information.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DmlFailureException(ErrorContext ctx)
-
Method Summary
Methods inherited from class com.couchbase.client.core.error.CouchbaseException
context, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DmlFailureException
-