Package org.infinispan.lucene
Class InvalidLockException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.io.IOException
 - 
- org.infinispan.lucene.InvalidLockException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class InvalidLockException extends IOException
Thrown when a lock is in a unexpected state.- Since:
 - 9.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InvalidLockException(String message) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
InvalidLockException
public InvalidLockException(String message)
 
 - 
 
 -