Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. package tollroad;
  2.  
  3. @SuppressWarnings("serial")
  4. public class CreditThresholdReached extends Exception {
  5.  
  6. }
  7. package tollroad;
  8.  
  9. @SuppressWarnings("serial")
  10. public class CustomerNotPresent extends Exception {
  11.        
  12. }
  13. package tollroad;
  14.  
  15. @SuppressWarnings("serial")
  16. public class SegmentNotPresent extends Exception {
  17.  
  18.    
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement