Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @SoftwareIndependent
- public class DatabaseException extends Exception {
- private static final long serialVersionUID = -6160393688579298515L;
- public DatabaseException(Exception e) {
- super(e.getMessage(), e);
- }
- public DatabaseException() {
- super();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment