@Begin(permit = {SeamFacesException.class})
public void beginAndThrowPermittedException() {
if (!conversation.isTransient()) {
conversationLongRunningDuringInvocation4 = true;
}
throw new SeamFacesException("Just so it's not a vanilla Exception.");
}