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