home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 May / PCPlus May 1998=disk A.iso / IE3 / CLASSES.ZIP / JAVA / NET / UnknownServiceException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-03-06  |  314 b   |  13 lines

  1. package java.net;
  2.  
  3. import java.io.IOException;
  4.  
  5. public class UnknownServiceException extends IOException {
  6.    public UnknownServiceException() {
  7.    }
  8.  
  9.    public UnknownServiceException(String var1) {
  10.       super(var1);
  11.    }
  12. }
  13.