public class VisitedLinksException extends ImportingException
VisitedLinksService on error in operations. Can denote that the error condition is "recoverable",
i.e. it may make sense for the client to retry the operation later.| Constructor and Description |
|---|
VisitedLinksException(java.lang.String message)
create instance.
|
VisitedLinksException(java.lang.String message,
boolean recoverable)
create instance.
|
VisitedLinksException(java.lang.String message,
java.lang.Throwable cause)
create instance.
|
VisitedLinksException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
create instance.
|
isRecoverable, isRecoverableCausepublic VisitedLinksException(java.lang.String message,
boolean recoverable)
public VisitedLinksException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
public VisitedLinksException(java.lang.String message,
java.lang.Throwable cause)
public VisitedLinksException(java.lang.String message)