Class NoSuchIndexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessResourceException
org.springframework.data.elasticsearch.NoSuchIndexException
All Implemented Interfaces:
Serializable

public class NoSuchIndexException extends org.springframework.dao.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()