tribble.net.ftp
Class FTPStoppedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by tribble.net.ftp.FTPException
                  extended by tribble.net.ftp.FTPStoppedException
All Implemented Interfaces:
java.io.Serializable

public class FTPStoppedException
extends FTPException

Interrupted FTP operation exception. Indicates that an FTP operation was interrupted (stopped) by a call to FTPClientAdapter.stop().

Since:
API 1.0, 2007-05-06
Version:
API 2.0 $Revision: 1.2 $ $Date: 2010/07/12 21:31:48 $
Author:
David R. Tribble (david@tribble.com).

Copyright ©2007-2010 by David R. Tribble, all rights reserved.
Permission is granted to any person or entity except those designated by the United States Department of State as a terrorist, or terrorist government or agency, to use and distribute this source code provided that the original copyright notice remains present and unaltered.

See Also:
FTPClientAdapter, FTPClient, Serialized Form

Constructor Summary
FTPStoppedException()
          Default constructor.
FTPStoppedException(java.lang.String msg)
          Constructor.
 
Method Summary
 
Methods inherited from class tribble.net.ftp.FTPException
getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FTPStoppedException

public FTPStoppedException()
Default constructor.

Since:
1.1, 2007-05-06

FTPStoppedException

public FTPStoppedException(java.lang.String msg)
Constructor.

Parameters:
msg - Message detailing this exception.
Since:
1.1, 2007-05-06