Skip to content

Commit

Permalink
JBEE-136. Call super constructor in TransactionalException
Browse files Browse the repository at this point in the history
  • Loading branch information
gytis committed Jul 26, 2013
1 parent 8e3935b commit eb8809b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -17,6 +17,7 @@ public class TransactionalException extends RuntimeException
*/
public TransactionalException(String s, Throwable throwable)
{
super(s, throwable);
}

}

0 comments on commit eb8809b

Please sign in to comment.