Package org.apache.kafka.streams.errors
Class LockException
- 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.LockException
-
- All Implemented Interfaces:
java.io.Serializable
public class LockException extends StreamsException
Indicates that the state store directory lock could not be acquired because another thread holds the lock.- See Also:
StateStore
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockException(java.lang.String message)
LockException(java.lang.String message, java.lang.Throwable throwable)
LockException(java.lang.Throwable throwable)
-