Class ResourceAlreadyExistsException

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

public class ResourceAlreadyExistsException extends OpenSearchException
Exception when Resources already exists
See Also:
Opensearch.internal:
  • 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