Uses of Class
org.mockftpserver.core.MockFtpServerException

Packages that use MockFtpServerException
org.mockftpserver.core   
org.mockftpserver.fake.filesystem   
 

Uses of MockFtpServerException in org.mockftpserver.core
 

Subclasses of MockFtpServerException in org.mockftpserver.core
 class CommandSyntaxException
          Represents an error indicating that a server command has been received that has invalid syntax.
 class IllegalStateException
          Represents an error indicating that the server is in an illegal state, or that a server command is invoked when its preconditions have not been met.
 class NotLoggedInException
          Represents an error indicating that the current user has not yet logged in, but is required to in order to invoke the requested command.
 

Uses of MockFtpServerException in org.mockftpserver.fake.filesystem
 

Subclasses of MockFtpServerException in org.mockftpserver.fake.filesystem
 class FileSystemException
          Represents an error that occurs while performing a FileSystem operation.
 class InvalidFilenameException
          Exception thrown when a path/filename is not valid.
 



Copyright © 2014. All rights reserved.