Class IndexNotFoundException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

public final class IndexNotFoundException extends ResourceNotFoundException
See Also:
  • Constructor Details

    • IndexNotFoundException

      public IndexNotFoundException(String message, String index)
      Construct with a custom message.
    • IndexNotFoundException

      public IndexNotFoundException(String index)
    • IndexNotFoundException

      public IndexNotFoundException(String index, Throwable cause)
    • IndexNotFoundException

      public IndexNotFoundException(Index index)
    • IndexNotFoundException

      public IndexNotFoundException(Index index, Throwable cause)
    • IndexNotFoundException

      public IndexNotFoundException(StreamInput in) throws IOException
      Throws:
      IOException