Class LockCanNotBeAcquired

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.sonus21.rqueue.exception.LockCanNotBeAcquired
All Implemented Interfaces:
Serializable

public class LockCanNotBeAcquired extends RuntimeException
Whenever a lock can not be acquired cause some other process/thread is holding lock then this error would be thrown. The application should retry once this error occurs.
See Also:
  • Constructor Details

    • LockCanNotBeAcquired

      public LockCanNotBeAcquired(String name)