Class 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 Detail

      • XattrOrderingException

        public XattrOrderingException​(String message)
      • XattrOrderingException

        public XattrOrderingException​(String message,
                                      Throwable cause)
      • XattrOrderingException

        public XattrOrderingException​(Throwable cause)