Class LockCanNotBeAcquired
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.sonus21.rqueue.exception.LockCanNotBeAcquired
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockCanNotBeAcquired
-