Class XattrInvalidFlagComboException

All Implemented Interfaces:
Serializable

@Deprecated public class XattrInvalidFlagComboException extends CouchbaseException
Deprecated.
Subdocument exception thrown when a macro has been requested when not using extended attributes.

This exception is deprecated because this case, while technically possible, should never be thrown in the first place to the user level because the SDK must catch this exception. It is never being thrown at this point.

See Also:
  • Constructor Details

    • XattrInvalidFlagComboException

      public XattrInvalidFlagComboException(ErrorContext ctx)
      Deprecated.