Package gov.usgs.util
Class ProcessTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gov.usgs.util.ProcessTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProcessTimeoutException extends java.lang.Exception
Exception thrown when TimeoutProcess times out while it is being waited for.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessTimeoutException​(java.lang.String message)
-