Class TimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.navigation.TimeoutException
All Implemented Interfaces:
Serializable

public final class TimeoutException extends RuntimeException
Thrown when a blocking operation times out.
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException(String message)
      Constructs a TimeoutException with the specified detail message.
      Parameters:
      message - the detail message
    • TimeoutException

      public TimeoutException(String message, Throwable cause)
      Constructs a TimeoutException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause