- 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