116117118119120121122123124125126
super.tearDown(); if (errorMsg!=null) { if (exception==null) { throw new JbpmException(errorMsg); } else { throw new JbpmException(errorMsg, exception); } } }