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:
Serializable
An IO operation was cancelled by the user.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructorConstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IOCancelledException
public IOCancelledException()Constructor -
IOCancelledException
Constructor- Parameters:
msg
- detailed message
-