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
ConstructorsConstructorDescriptionTimeoutException(String message) Constructs aTimeoutExceptionwith the specified detail message.TimeoutException(String message, Throwable cause) Constructs aTimeoutExceptionwith 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 aTimeoutExceptionwith the specified detail message.- Parameters:
message- the detail message
-
TimeoutException
Constructs aTimeoutExceptionwith the specified detail message and cause.- Parameters:
message- the detail messagecause- the cause
-