Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait