Exception wrapping any potential checked exception thrown when a {@code Subject} executes a{@link java.util.concurrent.Callable}. This is a nicer alternative than forcing calling code to catch a normal checked {@code Exception} when it may not be necessary.
If thrown, the causing exception will always be accessible via the {@link #getCause() getCause()} method.
@since 1.0