Class DomainObjectLockedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.framework.model.DomainObjectLockedException
All Implemented Interfaces:
Serializable

public class DomainObjectLockedException extends RuntimeException
Thrown when a method fails due to a locked domain object.
See Also:
  • Constructor Details

    • DomainObjectLockedException

      public DomainObjectLockedException(String reason)