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

public class LockReleasedException extends org.infinispan.commons.CacheException
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 Details

    • LockReleasedException

      public LockReleasedException()
    • LockReleasedException

      public LockReleasedException(Throwable cause)
    • LockReleasedException

      public LockReleasedException(String msg)
    • LockReleasedException

      public LockReleasedException(String msg, Throwable cause)
    • LockReleasedException

      public LockReleasedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)