Class LockException

All Implemented Interfaces:
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 Details

    • LockException

      public LockException​(String message)
    • LockException

      public LockException​(String message, Throwable throwable)
    • LockException

      public LockException​(Throwable throwable)