Class RepositoryMissingException

org.elasticsearch.ElasticsearchException
org.elasticsearch.repositories.RepositoryException
org.elasticsearch.repositories.RepositoryMissingException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class RepositoryMissingException extends RepositoryException
Repository missing exception
See Also:
Serialized Form
  • Constructor Details

    • RepositoryMissingException

      public RepositoryMissingException( repository)
    • RepositoryMissingException

      public RepositoryMissingException(StreamInput in) throws
      Throws:
  • Method Details