public interface CanFail
Modifier and Type | Method and Description |
---|---|
void |
failed(Exception exception)
Should the processing fail,
done
is not called but failed
is instead. |
void failed(Exception exception)
done
is not called but failed
is instead.exception
- the exception that occurred during processingCopyright © 2018. All rights reserved.