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 aCancelledExceptionhappened due to a timeout.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TimeoutException(java.lang.String message)
 
-