Class ClusteredLockException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.lock.exception.ClusteredLockException
All Implemented Interfaces:
Serializable

public class ClusteredLockException extends RuntimeException
Exception used to handle errors on clustered locks
Since:
9.2
Author:
Katia Aresti, [email protected]
See Also:
  • Constructor Details

    • ClusteredLockException

      public ClusteredLockException(String message)
    • ClusteredLockException

      public ClusteredLockException(Throwable t)