Rev 22 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 22 | Rev 219 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | *
|
22 | *
|
23 | * @author Sergio Oliveira Jr.
|
23 | * @author Sergio Oliveira Jr.
|
24 | */
|
24 | */
|
25 | public class BeanException extends RuntimeException { |
25 | public class BeanException extends RuntimeException { |
26 | 26 | ||
- | 27 | private static final long serialVersionUID = -6402197033079197979L; |
|
- | 28 | ||
27 | protected final Throwable rootCause; |
29 | protected final Throwable rootCause; |
28 | 30 | ||
29 | public BeanException() { |
31 | public BeanException() { |
30 | super(); |
32 | super(); |
31 | this.rootCause = null; |
33 | this.rootCause = null; |