Class HelixHelper.PermanentUpdaterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pinot.common.utils.helix.HelixHelper.PermanentUpdaterException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- HelixHelper
public static class HelixHelper.PermanentUpdaterException extends RuntimeException
Exception to be thrown by updater function to exit from retry in {@link HelixHelper::updatedIdealState}- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermanentUpdaterException(String message)PermanentUpdaterException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-