Class NoSuchIndexException

All Implemented Interfaces:
Serializable

public class NoSuchIndexException extends NonTransientDataAccessResourceException
Since:
3.2
Author:
Christoph Strobl
See Also:
  • Constructor Details

    • NoSuchIndexException

      public NoSuchIndexException(String index)
      Since:
      4.4
    • NoSuchIndexException

      public NoSuchIndexException(String index, Throwable cause)
  • Method Details

    • getIndex

      public String getIndex()