Class DocumentAccessException

  • All Implemented Interfaces:
    java.io.Serializable

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.Integer> getErrorCodes()  
      boolean hasConditionNotMetError()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DocumentAccessException

        public DocumentAccessException()
      • DocumentAccessException

        public DocumentAccessException​(java.lang.String message)
      • DocumentAccessException

        public DocumentAccessException​(java.lang.String message,
                                       java.util.Set<java.lang.Integer> errorCodes)
      • DocumentAccessException

        public DocumentAccessException​(java.lang.String message,
                                       java.lang.Throwable cause)
      • DocumentAccessException

        public DocumentAccessException​(java.lang.Throwable cause)
    • Method Detail

      • getErrorCodes

        public java.util.Set<java.lang.Integer> getErrorCodes()
      • hasConditionNotMetError

        public boolean hasConditionNotMetError()