Package ghidra.util.exception
Class IOCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ghidra.util.exception.IOCancelledException
-
- All Implemented Interfaces:
java.io.Serializable
public class IOCancelledException extends java.io.IOException
An IO operation was cancelled by the user.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOCancelledException()
ConstructorIOCancelledException(java.lang.String msg)
Constructor
-