|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException tribble.net.ftp.FTPException tribble.net.ftp.FTPStoppedException
public class FTPStoppedException
Interrupted FTP operation exception.
Indicates that an FTP operation was interrupted (stopped) by a call to
FTPClientAdapter.stop()
.
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.
FTPClientAdapter
,
FTPClient
,
Serialized FormConstructor 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 |
---|
public FTPStoppedException()
public FTPStoppedException(java.lang.String msg)
msg
- Message detailing this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |