Package ghidra.util.exception
Class TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.util.exception.UsrException
-
- ghidra.util.exception.CancelledException
-
- ghidra.util.exception.TimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class TimeoutException extends CancelledException
Indicates that aCancelledException
happened due to a timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutException(java.lang.String message)
-