Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class MyNoEnoughCashOnAccountException extends Exception {
- private static final long serialVersionUID = 1L;
- public MyNoEnoughCashOnAccountException() {
- super();
- }
- public MyNoEnoughCashOnAccountException(String arg0) {
- super(arg0);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement