Class XattrInvalidFlagComboException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.couchbase.client.core.error.CouchbaseException
-
- com.couchbase.client.core.error.subdoc.SubDocumentException
-
- com.couchbase.client.core.error.subdoc.XattrInvalidFlagComboException
-
- All Implemented Interfaces:
Serializable
public class XattrInvalidFlagComboException extends SubDocumentException
Subdocument exception thrown when a macro has been requested when not using extended attributes.- Since:
- 2.0
- Author:
- Graham Pople
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XattrInvalidFlagComboException(String path)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XattrInvalidFlagComboException
public XattrInvalidFlagComboException(String path)
-
-