Package org.apache.kafka.streams.errors
Class InvalidStateStoreException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidStateStorePartitionException,StateStoreMigratedException,StateStoreNotAvailableException,StreamsNotStartedException,StreamsRebalancingException,UnknownStateStoreException
public class InvalidStateStoreException extends StreamsException
Indicates that there was a problem when trying to access aStateStore.InvalidStateStoreExceptionis not thrown directly but only its following sub-classes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidStateStoreException(String message)InvalidStateStoreException(String message, Throwable throwable)InvalidStateStoreException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-