Class ResourceNotFoundException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment
Direct Known Subclasses:
AliasesNotFoundException, IndexNotFoundException, NoSuchRemoteClusterException, PeerRecoveryNotFound, RetentionLeaseNotFoundException, ShardNotFoundException

public class ResourceNotFoundException extends ElasticsearchException
Generic ResourceNotFoundException corresponding to the RestStatus.NOT_FOUND status code
See Also: