Package org.apache.cassandra.exceptions
Class RepairException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cassandra.exceptions.RepairException
- All Implemented Interfaces:
Serializable
Exception thrown during repair
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic RepairExceptionerror(RepairJobDesc desc, PreviewKind previewKind, String message) static booleanshouldWarn(Throwable throwable) static RepairExceptionstatic RepairExceptionwarn(RepairJobDesc desc, PreviewKind previewKind, String message) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
error
public static RepairException error(@Nullable RepairJobDesc desc, PreviewKind previewKind, String message) -
warn
public static RepairException warn(@Nullable RepairJobDesc desc, PreviewKind previewKind, String message) -
warn
-
shouldWarn
-