public class RestartableException extends JetException
It is handled when thrown from:
Processor
methods
init()
method in Processor
, ProcessorSupplier
and ProcessorMetaSupplier
(but not their
close()
methods)
so configured
).Constructor and Description |
---|
RestartableException() |
RestartableException(String message) |
RestartableException(String message,
Throwable cause) |
RestartableException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2022 Hazelcast, Inc.. All rights reserved.