public class WebCrawlerException extends MaybeRecoverableException
| Constructor and Description |
|---|
WebCrawlerException(java.lang.String message)
create instance.
|
WebCrawlerException(java.lang.String message,
boolean recoverable)
create instance.
|
WebCrawlerException(java.lang.String message,
java.lang.Throwable cause)
create instance.
|
WebCrawlerException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
create instance.
|
WebCrawlerException(java.lang.Throwable cause)
create instance.
|
WebCrawlerException(java.lang.Throwable cause,
boolean recoverable)
create instance.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isRecoverableCause(java.lang.Throwable cause) |
isRecoverablepublic WebCrawlerException(java.lang.String message,
boolean recoverable)
public WebCrawlerException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
public WebCrawlerException(java.lang.String message,
java.lang.Throwable cause)
public WebCrawlerException(java.lang.String message)
public WebCrawlerException(java.lang.Throwable cause,
boolean recoverable)
public WebCrawlerException(java.lang.Throwable cause)
public static boolean isRecoverableCause(java.lang.Throwable cause)
MaybeRecoverableException, too, return it's recoverable flag. else false.