Package ghidra.util

Class NotOwnerException

All Implemented Interfaces:
Serializable

public class NotOwnerException extends UsrException
Exception thrown if user is not the owner of a file or data object being accessed.
See Also:
  • Constructor Details

    • NotOwnerException

      public NotOwnerException()
      Default constructor.
    • NotOwnerException

      public NotOwnerException(String msg)
      Constructor
      Parameters:
      msg - detailed message explaining exception.