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:
- Serializable
Indicates that the state store directory lock could not be acquired because another thread holds the lock.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionLockException(String message) LockException(String message, Throwable throwable) LockException(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- 
LockException
- 
LockException
- 
LockException
 
-