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