Package org.apache.pinot.spi.stream
Class PermanentConsumerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pinot.spi.stream.PermanentConsumerException
-
- All Implemented Interfaces:
Serializable
public class PermanentConsumerException extends RuntimeException
A stream subsystem error that indicates a situation that is not likely to clear up by retrying the request (for example, no such topic or offset out of range).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermanentConsumerException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PermanentConsumerException
public PermanentConsumerException(Throwable cause)
-
-