|
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.connectivity.ConnectivityException
public class ConnectivityException
Exception used by ConnectivityManager. If the MaybeRecoverableException.isRecoverable()
flag is true
it means that the
client can try to retry the operation and/or continue to push data. If the flag is false
it means that
the client should abort its operation, e.g. a crawler should stop, because will not be able to submit the data
anyway, because the destination job is not valid.
Constructor Summary | |
---|---|
ConnectivityException(java.lang.String message)
Creates a non-recoverable ConnectivityException with message. |
|
ConnectivityException(java.lang.String message,
boolean recoverable)
Creates a ConnectivityException with message and recoverable flag. |
|
ConnectivityException(java.lang.String message,
java.lang.Throwable cause)
Creates a ConnectivityException. |
|
ConnectivityException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
Creates a ConnectivityException with message, cause and recoverable flag. |
|
ConnectivityException(java.lang.Throwable cause)
Creates a ConnectivityException with cause. |
|
ConnectivityException(java.lang.Throwable cause,
boolean recoverable)
Creates a ConnectivityException with cause and recoverable flag. |
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 ConnectivityException(java.lang.String message)
public ConnectivityException(java.lang.Throwable cause)
public ConnectivityException(java.lang.String message, java.lang.Throwable cause)
public ConnectivityException(java.lang.String message, boolean recoverable)
public ConnectivityException(java.lang.String message, java.lang.Throwable cause, boolean recoverable)
public ConnectivityException(java.lang.Throwable cause, boolean recoverable)
|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |