Package com.teamdev.jxbrowser.navigation
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.navigation.TimeoutException
- All Implemented Interfaces:
Serializable
Thrown when a blocking operation times out.
- See Also:
-
Constructor Summary
ConstructorDescriptionTimeoutException
(String message) Constructs aTimeoutException
with the specified detail message.TimeoutException
(String message, Throwable cause) Constructs aTimeoutException
with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
Constructs aTimeoutException
with the specified detail message.- Parameters:
message
- the detail message
-
TimeoutException
Constructs aTimeoutException
with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause
-