Class XattrOrderingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.CouchbaseException
com.couchbase.client.java.error.subdoc.SubDocumentException
com.couchbase.client.java.error.subdoc.XattrOrderingException
- All Implemented Interfaces:
Serializable
@Committed @Public public class XattrOrderingException extends SubDocumentException
This exception is raised when non-xattr based commands are set before xattr-based ones.
The server is expecting xattr commands at the very beginning and if this is not the case it will fail
with an error.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XattrOrderingException(String message)
XattrOrderingException(String message, Throwable cause)
XattrOrderingException(Throwable cause)
-
Method Summary
Methods inherited from class com.couchbase.client.core.CouchbaseException
details, details, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XattrOrderingException
-
XattrOrderingException
-
XattrOrderingException
-