Class IndexNotFoundException

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

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

    • IndexNotFoundException

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

      public IndexNotFoundException( index)
    • IndexNotFoundException

      public IndexNotFoundException( index,  cause)
    • IndexNotFoundException

      public IndexNotFoundException(Index index)
    • IndexNotFoundException

      public IndexNotFoundException(Index index,  cause)
    • IndexNotFoundException

      public IndexNotFoundException(StreamInput in) throws
      Throws: