Package io.confluent.parallelconsumer
Class ErrorInUserFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.parallelconsumer.ParallelConsumerException
io.confluent.parallelconsumer.ErrorInUserFunctionException
- All Implemented Interfaces:
Serializable
public class ErrorInUserFunctionException extends ParallelConsumerException
This exception is only used when there is an exception thrown from code provided by the user.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ErrorInUserFunctionException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString