EldiraSesto

NotRegisteredException

Jun 9th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. package cashregister;
  2.  
  3. public class NotRegisteredException extends Exception {
  4.  
  5.     private static final long serialVersionUID = 1L;
  6.    
  7.     public NotRegisteredException (String message){
  8.         super(message);
  9.        
  10.     }
  11.    
  12. }
Advertisement
Add Comment
Please, Sign In to add comment