|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FtpException | |
---|---|
net.sf.hermesftp.cmd | Contains interfaces and abstract base classes implemented / extended by FTP command classes. |
net.sf.hermesftp.exception | Contains classes related to FTP server exceptions. |
Uses of FtpException in net.sf.hermesftp.cmd |
---|
Methods in net.sf.hermesftp.cmd that throw FtpException | |
---|---|
protected void |
AbstractFtpCmdStorFile.doPerformAccessChecks(boolean unique,
java.io.File file,
long fileOffset)
Checks availability and access rights for the current folder and passed file. |
protected abstract void |
AbstractFtpCmdStor.doPerformAccessChecks(boolean unique,
java.io.File file,
long offset)
Checks availability and access rights for the current folder and passed file. |
Uses of FtpException in net.sf.hermesftp.exception |
---|
Subclasses of FtpException in net.sf.hermesftp.exception | |
---|---|
class |
FtpCLIException
Exception generated when invalid command line arguments are passed. |
class |
FtpCmdException
Exception that is generated by FTP commands. |
class |
FtpCmdResponseException
Exception that is generated by FTP commands. |
class |
FtpConfigException
Generated on configuration errors. |
class |
FtpConsoleException
Exception generated by console classes. |
class |
FtpIllegalCmdException
Exception that is thrown by the command reader if an unrecognized command token is received from the client. |
class |
FtpIllegalProtocolVersion
Generated, if preferred IP version is not supported (see EPSV command). |
class |
FtpPermissionException
Exception that indicates the attempted violation of access rights. |
class |
FtpQuitException
Thrown if session is supposed to end. |
class |
FtpQuotaException
Exception thrown by the FTP server when a client has reached quota limits. |
class |
FtpServerException
Exception that is generated by FTP server objects. |
class |
FtpUniqueConstraintException
Exception that indicates that an existing file is about be overwritten. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |