Class ResourceAlreadyExistsException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Direct Known Subclasses:
RetentionLeaseAlreadyExistsException

public class ResourceAlreadyExistsException extends ElasticsearchException
See Also:
Serialized Form
  • Constructor Details

    • ResourceAlreadyExistsException

      public ResourceAlreadyExistsException(Index index)
    • ResourceAlreadyExistsException

      public ResourceAlreadyExistsException(String msg, Object... args)
    • ResourceAlreadyExistsException

      public ResourceAlreadyExistsException(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details