Class DocumentAccessException

  • All Implemented Interfaces:
    Serializable

    public class DocumentAccessException
    extends RuntimeException
    General exception thrown from various methods in the Vespa Document API.
    Author:
    Einar M R Rosenvinge
    See Also:
    Serialized Form
    • Constructor Detail

      • DocumentAccessException

        public DocumentAccessException()
      • DocumentAccessException

        public DocumentAccessException​(String message)
      • DocumentAccessException

        public DocumentAccessException​(String message,
                                       Set<Integer> errorCodes)
      • DocumentAccessException

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

        public DocumentAccessException​(Throwable cause)
    • Method Detail

      • getErrorCodes

        public Set<Integer> getErrorCodes()
      • hasConditionNotMetError

        public boolean hasConditionNotMetError()