Class LockCanNotBeAcquired
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.sonus21.rqueue.exception.LockCanNotBeAcquired
-
- All Implemented Interfaces:
java.io.Serializable
public class LockCanNotBeAcquired extends java.lang.RuntimeExceptionWhenever 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockCanNotBeAcquired(java.lang.String name)
-