V - public abstract static class SmackFuture.SimpleInternalProcessStanzaSmackFuture<V,E extends java.lang.Exception> extends SmackFuture.InternalProcessStanzaSmackFuture<V,E>
false method.SmackFuture.InternalProcessStanzaSmackFuture<V,E extends java.lang.Exception>, SmackFuture.InternalSmackFuture<V,E extends java.lang.Exception>, SmackFuture.SimpleInternalProcessStanzaSmackFuture<V,E extends java.lang.Exception>, SmackFuture.SocketFutureexception, result| Constructor and Description |
|---|
SimpleInternalProcessStanzaSmackFuture() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isNonFatalException(E exception)
This method checks if the given exception is not fatal.
|
handleStanza, processException, processStanzasetException, setResultcancel, from, futureWait, futureWait, get, get, getOrThrow, isCancelled, isDone, maybeInvokeCallbacks, onError, onSuccesspublic SimpleInternalProcessStanzaSmackFuture()
protected boolean isNonFatalException(E exception)
SmackFuture.InternalProcessStanzaSmackFuturefalse,
then the future will automatically set the given exception as failure reason and notify potential waiting
threads.isNonFatalException in class SmackFuture.InternalProcessStanzaSmackFuture<V,E extends java.lang.Exception>exception - the exception to check.true if the exception is not fatal, false otherwise.