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:
Serializable
Indicates a failure to obtain a required lock.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct a new LockExceptionLockException
(String msg) Construct a new LockException with the given message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockException
public LockException()Construct a new LockException -
LockException
Construct a new LockException with the given message- Parameters:
msg
- the exception message
-