Class IndexAccessException

All Implemented Interfaces:
Serializable

public class IndexAccessException extends NonTransientDataAccessResourceException
Exception indicating that an index could not be found.
Author:
Junghoon Ban
See Also:
  • Constructor Details

    • IndexAccessException

      public IndexAccessException(String indexUid)
      Constructor for IndexAccessException.
      Parameters:
      indexUid - the index uid
    • IndexAccessException

      public IndexAccessException(String indexUid, Throwable cause)
      Constructor for IndexAccessException.
      Parameters:
      indexUid - the index uid
      cause - the root cause from the data access API in use
  • Method Details

    • getIndexUid

      public String getIndexUid()