Package com.firecrawl.errors
Class JobTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.firecrawl.errors.FirecrawlException
-
- com.firecrawl.errors.JobTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class JobTimeoutException extends FirecrawlException
Thrown when an async job (crawl, batch, agent) does not complete within the specified timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobTimeoutException(java.lang.String jobId, int timeoutSeconds, java.lang.String jobType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetJobId()The ID of the timed-out job.intgetTimeoutSeconds()The timeout in seconds that was exceeded.-
Methods inherited from class com.firecrawl.errors.FirecrawlException
getDetails, getErrorCode, getStatusCode
-
-