Package org.apache.cassandra.repair
Class SomeRepairFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cassandra.repair.SomeRepairFailedException
- All Implemented Interfaces:
Serializable
This is a special exception which states "I know something failed but I don't have access to the failure". This
is mostly used to make sure the error notifications are clean and the history table has a meaningful exception.
The expected behavior is that when this is thrown, this error should be ignored from history table and not used
for notifications
- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INSTANCE
-