|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.smila.utils.MaybeRecoverableException
org.eclipse.smila.importing.VisitedLinksException
public class VisitedLinksException
Thrown by 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 Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.smila.utils.MaybeRecoverableException |
|---|
isRecoverable, isRecoverableCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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)
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||