Package io.webfolder.cdp.exception
Class LoadTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.webfolder.cdp.exception.CdpException
-
- io.webfolder.cdp.exception.LoadTimeoutException
-
- All Implemented Interfaces:
Serializable
public class LoadTimeoutException extends CdpException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoadTimeoutException(String message)
LoadTimeoutException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-