Class LockReleasedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.util.concurrent.locks.LockReleasedException
- All Implemented Interfaces:
Serializable
The exception is thrown if a locks is released while waiting for it to be acquired.
- Since:
- 13.0
- Author:
- Pedro Ruivo
- See Also:
-
Constructor Summary
ConstructorDescriptionLockReleasedException
(String msg, Throwable cause) LockReleasedException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) LockReleasedException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockReleasedException
public LockReleasedException() -
LockReleasedException
-
LockReleasedException
-
LockReleasedException
-
LockReleasedException
-