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:
java.io.Serializable
public class SomeRepairFailedException extends java.lang.RuntimeException
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SomeRepairFailedException
INSTANCE
-
-
-
Field Detail
-
INSTANCE
public static final SomeRepairFailedException INSTANCE
-
-