Package org.jgroups.blocks
Class LockNotReleasedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jgroups.blocks.LockNotReleasedException
-
- All Implemented Interfaces:
java.io.Serializable
public class LockNotReleasedException extends java.lang.Exception
This exception indicated that lock manager refused to release a lock on some resource.- Author:
- Roman Rokytskyy (rrokytskyy@acm.org)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockNotReleasedException()
LockNotReleasedException(java.lang.String s)
-