Searched refs:FtpLoginException (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpLoginException.java36 public class FtpLoginException extends IOException { class in inherits:IOException
39 public FtpLoginException(String s) { method in class:FtpLoginException
/openjdk7/jdk/test/sun/net/www/protocol/ftp/
H A DUserAndPasswordTest.java42 import sun.net.ftp.FtpLoginException;
/openjdk7/jdk/test/sun/net/ftp/
H A DB6427768.java117 } catch(sun.net.ftp.FtpLoginException e) {
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/ftp/
H A DFtpURLConnection.java203 * @throws FtpLoginException if the login is unsuccessful
308 throw new sun.net.ftp.FtpLoginException("Invalid username/password");
/openjdk7/jdk/make/sun/net/
H A DFILES_java.gmk54 sun/net/ftp/FtpLoginException.java \

Completed in 51 milliseconds