Package org.apache.kafka.streams.errors
Class ProcessorStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.kafka.common.KafkaException
-
- org.apache.kafka.streams.errors.StreamsException
-
- org.apache.kafka.streams.errors.ProcessorStateException
-
- All Implemented Interfaces:
Serializable
public class ProcessorStateException extends StreamsException
Indicates a processor state operation (e.g. put, get) has failed.- See Also:
StateStore
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessorStateException(String message)
ProcessorStateException(String message, Throwable throwable)
ProcessorStateException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-