Uses of Class
org.elasticsearch.snapshots.SnapshotException
-
Packages that use SnapshotException Package Description org.elasticsearch.snapshots -
-
Uses of SnapshotException in org.elasticsearch.snapshots
Subclasses of SnapshotException in org.elasticsearch.snapshots Modifier and Type Class Description classConcurrentSnapshotExecutionExceptionThrown when a user tries to multiple conflicting snapshot/restore operations at the same time.classInvalidSnapshotNameExceptionThrown on the attempt to create a snapshot with invalid nameclassSnapshotCreationExceptionThrown when snapshot creation fails completelyclassSnapshotMissingExceptionThrown if requested snapshot doesn't existclassSnapshotRestoreExceptionSnapshot restore exception
-