home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / browser / tonline / ie32.exe / IEXPLORE.CAB / CLASSES.ZIP / sun / net / ftp / FtpLoginException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-10-01  |  305 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.