Class SnapshotCreationException

All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class SnapshotCreationException extends SnapshotException
Thrown when snapshot creation fails completely
See Also:
Serialized Form
  • Constructor Details

    • SnapshotCreationException

      public SnapshotCreationException( repositoryName, SnapshotId snapshotId,  cause)
    • SnapshotCreationException

      public SnapshotCreationException(StreamInput in) throws
      Throws: