Package org.nuxeo.lib.stream.log
Class RebalanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.lib.stream.log.RebalanceException
-
- All Implemented Interfaces:
Serializable
public class RebalanceException extends RuntimeException
Exception raised duringLogTailer.read(Duration)
if there is a rebalancing.- Since:
- 9.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RebalanceException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RebalanceException
public RebalanceException(String message)
-
-