Uses of Enum Class
com.atlassian.confluence.internal.index.lucene.snapshot.IndexSnapshotError
Packages that use IndexSnapshotError
Package
Description
-
Uses of IndexSnapshotError in com.atlassian.confluence.internal.index.event
Methods in com.atlassian.confluence.internal.index.event that return IndexSnapshotErrorModifier and TypeMethodDescriptionIndexSnapshotCreationFailedEvent.getError()
IndexSnapshotRestorationFailedEvent.getError()
Constructors in com.atlassian.confluence.internal.index.event with parameters of type IndexSnapshotErrorModifierConstructorDescriptionIndexSnapshotRestorationFailedEvent
(@Nullable String id, String nodeId, long propagationTime, IndexSnapshotError error) -
Uses of IndexSnapshotError in com.atlassian.confluence.internal.index.lucene.snapshot
Methods in com.atlassian.confluence.internal.index.lucene.snapshot that return IndexSnapshotErrorModifier and TypeMethodDescriptionLuceneIndexSnapshotException.getError()
static IndexSnapshotError
Returns the enum constant of this class with the specified name.static IndexSnapshotError[]
IndexSnapshotError.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.confluence.internal.index.lucene.snapshot with parameters of type IndexSnapshotErrorModifierConstructorDescriptionLuceneIndexSnapshotException
(String message, IndexSnapshotError error) LuceneIndexSnapshotException
(String message, IndexSnapshotError error, Throwable cause)