Class ResourceAlreadyExistsException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment
Direct Known Subclasses:
RetentionLeaseAlreadyExistsException

public class ResourceAlreadyExistsException extends ElasticsearchException
See Also:
  • 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