Class StateStoreNotAvailableException
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.InvalidStateStoreException
org.apache.kafka.streams.errors.StateStoreNotAvailableException
- All Implemented Interfaces:
Serializable
Indicates that the state store being queried is already closed. This could happen when Kafka Streams is in
PENDING_SHUTDOWN or NOT_RUNNING or ERROR state.- See Also:
Constructor Summary
ConstructorsConstructorDescriptionStateStoreNotAvailableException(String message) StateStoreNotAvailableException(String message, Throwable throwable) Method Summary
Methods inherited from class org.apache.kafka.streams.errors.StreamsException
setTaskId, taskIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Details
StateStoreNotAvailableException
StateStoreNotAvailableException