Package com.teamdev.jxbrowser.browser
Class BitmapTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.teamdev.jxbrowser.browser.BitmapTimeoutException
- All Implemented Interfaces:
Serializable
Thrown when a bitmap request times out.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new instance ofBitmapTimeoutException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BitmapTimeoutException
public BitmapTimeoutException()Constructs a new instance ofBitmapTimeoutException
.
-