Class XattrInvalidOrderException

All Implemented Interfaces:
Serializable

@Deprecated public class XattrInvalidOrderException extends CouchbaseException
Deprecated.
Subdocument exception thrown when the ordering of extended attributes is invalid.

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

    • XattrInvalidOrderException

      public XattrInvalidOrderException(ErrorContext ctx)
      Deprecated.