Package org.infinispan.lock.exception
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, karesti@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusteredLockException(String message)
ClusteredLockException(Throwable t)
-