Class VisitorHistoryError

  • All Implemented Interfaces:
    java.io.Serializable

    public final class VisitorHistoryError
    extends ErrorCode
    Error codes for managing history.
    See Also:
    Serialized Form
    • Field Detail

      • STORAGE_ERROR

        public static final VisitorHistoryError STORAGE_ERROR
        VISITOR-HISTORY-1 Error persisting Visitor's History.
      • LOCK_ERROR

        public static final VisitorHistoryError LOCK_ERROR
        VISITOR-HISTORY-2 Incremental Update Directory already in use by another scanner
      • HISTORY_CLOSE_ERROR

        public static final VisitorHistoryError HISTORY_CLOSE_ERROR
        VISITOR-HISTORY-3 Error while closing history.
      • HISTORY_READ_ERROR

        public static final VisitorHistoryError HISTORY_READ_ERROR
        VISITOR-HISTORY-4 Error while reading history.
      • HISTORY_WRITE_ERROR

        public static final VisitorHistoryError HISTORY_WRITE_ERROR
        VISITOR-HISTORY-5 Error while writing history.