Library:Apache Jakarta Commons Net
Version:1.4.1
Compatibility:JDK 1.4
Exceptions in library Apache Jakarta Commons Net.
NamePackageDescription
CopyStreamExceptionorg.apache.commons.net.ioThe CopyStreamException class is thrown by the org.apache.commons.io.Util copyStream() methods.
FTPConnectionClosedExceptionorg.apache.commons.net.ftpFTPConnectionClosedException is used to indicate the premature or unexpected closing of an FTP connection resulting from a FTPReply.SERVICE_NOT_AVAILABLE response (FTP reply code 421) to a failed FTP command.
InvalidTelnetOptionExceptionorg.apache.commons.net.telnetThe InvalidTelnetOptionException is the exception that is thrown whenever a TelnetOptionHandler with an invlaid option code is registered in TelnetClient with addOptionHandler.
MalformedServerReplyExceptionorg.apache.commons.netThis exception is used to indicate that the reply from a server could not be interpreted.
NNTPConnectionClosedExceptionorg.apache.commons.net.nntpNNTPConnectionClosedException is used to indicate the premature or unexpected closing of an NNTP connection resulting from a NNTPReply.SERVICE_DISCONTINUED response (NNTP reply code 400) to a failed NNTP command.
ParserInitializationExceptionorg.apache.commons.net.ftp.parserThis class encapsulates all errors that may be thrown by the process of an FTPFileEntryParserFactory creating and instantiating an FTPFileEntryParser.
SMTPConnectionClosedExceptionorg.apache.commons.net.smtpSMTPConnectionClosedException is used to indicate the premature or unexpected closing of an SMTP connection resulting from a SMTPReply.SERVICE_NOT_AVAILABLE response (SMTP reply code 421) to a failed SMTP command.
TFTPPacketExceptionorg.apache.commons.net.tftpA class used to signify the occurrence of an error in the creation of a TFTP packet.
Search