Class SomeRepairFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cassandra.repair.SomeRepairFailedException
All Implemented Interfaces:
Serializable

public class SomeRepairFailedException extends 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: