|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.ftpserver.ftplet.FtpException
public class FtpException
Ftplet exception class.
Constructor Summary | |
---|---|
FtpException()
Default constructor. |
|
FtpException(String msg)
Constructs a FtpException object with a message. |
|
FtpException(String msg,
Throwable th)
Constructs a BaseException object with a
Throwable cause. |
|
FtpException(Throwable th)
Constructs a FtpException object with a
Throwable cause. |
Method Summary | |
---|---|
Throwable |
getRootCause()
Deprecated. Use Throwable.getCause() instead |
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 FtpException()
public FtpException(String msg)
FtpException
object with a message.
msg
- a description of the exceptionpublic FtpException(Throwable th)
FtpException
object with a
Throwable
cause.
th
- the original causepublic FtpException(String msg, Throwable th)
BaseException
object with a
Throwable
cause.
msg
- A description of the exceptionth
- The original causeMethod Detail |
---|
public Throwable getRootCause()
Throwable.getCause()
instead
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |