Package ghidra.framework.client
Class NotConnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.framework.client.NotConnectedException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotConnectedException
Constructor.- Parameters:
msg
- error message
-
NotConnectedException
-