Advertisement
DanFloyd

HostException

Sep 25th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1.  
  2.  
  3. public class HostException extends Exception {
  4.    
  5.     public HostException () {
  6.         super();
  7.     }
  8.    
  9.     public HostException (String s) {
  10.         super(s);
  11.     }
  12.    
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement