Class NotConnectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.framework.client.NotConnectedException
All Implemented Interfaces:
Serializable

public class NotConnectedException extends IOException
NotConnectedException indicates that the server connection is down. When this exception is thrown, the current operation should be aborted. At the time this exception is thrown, the user has already been informed of a server error condition.
See Also:
  • Constructor Details

    • NotConnectedException

      public NotConnectedException(String msg)
      Constructor.
      Parameters:
      msg - error message
    • NotConnectedException

      public NotConnectedException(String msg, Throwable cause)