Package ghidra.util

Class NotOwnerException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotOwnerException

        public NotOwnerException()
        Default constructor.
      • NotOwnerException

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