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:
java.io.Serializable
public class NotConnectedException extends java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotConnectedException(java.lang.String msg)
Constructor.NotConnectedException(java.lang.String msg, java.lang.Throwable cause)
-