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:
  • Constructor Details

    • 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 Details

    • getErrorCodes

      public Set<Integer> getErrorCodes()
    • hasConditionNotMetError

      public boolean hasConditionNotMetError()