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

  1. package sun.net.ftp;
  2.  
  3. public class FtpLoginException extends FtpProtocolException {
  4.    FtpLoginException(String var1) {
  5.       super(var1);
  6.    }
  7. }
  8.