ifCausedBy
Perform an action if the given exception was caused by a specific exception type.
Since
2.2.7
Parameters
<E>
the cause exception type
ex
the source exception
causedBy
the required cause type
action
the action to perform
Perform an action if the given exception was caused by a specific exception type.
2.2.7
the cause exception type
the source exception
the required cause type
the action to perform