Package org.apache.kafka.streams.errors
Class UnknownStateStoreException
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.UnknownStateStoreException
- All Implemented Interfaces:
- Serializable
Indicates that the state store being queried is unknown, i.e., the state store does either not exist in your topology
 or it is not queryable.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUnknownStateStoreException(String message) UnknownStateStoreException(String message, Throwable throwable) 
- 
Method SummaryMethods inherited from class org.apache.kafka.streams.errors.StreamsExceptionsetTaskId, taskIdMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnknownStateStoreException
- 
UnknownStateStoreException
 
-