Package ghidra.framework.store
Class LockException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- ghidra.util.exception.UsrException
 - 
- ghidra.framework.store.LockException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class LockException extends UsrException
Indicates a failure to obtain a required lock.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LockException()Construct a new LockExceptionLockException(java.lang.String msg)Construct a new LockException with the given message 
 -