Commit de2ea41f84dc5de7fdfa4c73a6013555a7cdd3f9
1 parent
9a853990
Exists in
master
Remoção da classe TransationException, e ajuste das exceções lançadas na
extensão JTA para DemoiselleException.
Showing
1 changed file
with
0 additions
and
12 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/transaction/TransactionException.java
... | ... | @@ -1,12 +0,0 @@ |
1 | -package br.gov.frameworkdemoiselle.transaction; | |
2 | - | |
3 | -import br.gov.frameworkdemoiselle.DemoiselleException; | |
4 | - | |
5 | -public class TransactionException extends DemoiselleException { | |
6 | - | |
7 | - private static final long serialVersionUID = 1L; | |
8 | - | |
9 | - public TransactionException(Throwable cause) { | |
10 | - super(cause); | |
11 | - } | |
12 | -} |