Guest User

Untitled

a guest
Oct 17th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package net.ukr.vvv.sl;
  2.  
  3. public class FullGroupException extends Exception {
  4. @Override
  5. public String getMessage() {
  6. return "Group is full";
  7. }
  8.  
  9. }
Add Comment
Please, Sign In to add comment