Class LockReleasedException

All Implemented Interfaces:
Serializable

public class LockReleasedException extends 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)