|
||||||||||
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(java.lang.String msg)
Constructs a FtpException object with a message. |
|
FtpException(java.lang.String msg,
java.lang.Throwable th)
Constructs a BaseException object with a
Throwable cause. |
|
FtpException(java.lang.Throwable th)
Constructs a FtpException object with a
Throwable cause. |
Method Summary | |
---|---|
java.lang.Throwable |
getRootCause()
Get the root cause. |
void |
printStackTrace()
Print stack trace. |
void |
printStackTrace(java.io.PrintStream ps)
Print stack trace. |
void |
printStackTrace(java.io.PrintWriter pw)
Print stack trace. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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(java.lang.String msg)
FtpException
object with a message.
msg
- a description of the exceptionpublic FtpException(java.lang.Throwable th)
FtpException
object with a
Throwable
cause.
th
- the original causepublic FtpException(java.lang.String msg, java.lang.Throwable th)
BaseException
object with a
Throwable
cause.
msg
- A description of the exceptionth
- The original causeMethod Detail |
---|
public java.lang.Throwable getRootCause()
public void printStackTrace(java.io.PrintWriter pw)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream ps)
printStackTrace
in class java.lang.Throwable
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |