|
||||||||||
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
org.apache.ftpserver.ftplet.AuthenticationFailedException
public class AuthenticationFailedException
Thrown if an authentication request fails
Constructor Summary | |
---|---|
AuthenticationFailedException()
Default constructor. |
|
AuthenticationFailedException(java.lang.String msg)
Constructs a AuthenticationFailedException object with a
message. |
|
AuthenticationFailedException(java.lang.String msg,
java.lang.Throwable th)
Constructs a AuthenticationFailedException object with a
Throwable cause. |
|
AuthenticationFailedException(java.lang.Throwable th)
Constructs a AuthenticationFailedException object with a
Throwable cause. |
Method Summary |
---|
Methods inherited from class org.apache.ftpserver.ftplet.FtpException |
---|
getRootCause, printStackTrace, printStackTrace, printStackTrace |
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 AuthenticationFailedException()
public AuthenticationFailedException(java.lang.String msg)
AuthenticationFailedException
object with a
message.
msg
- A description of the exceptionpublic AuthenticationFailedException(java.lang.Throwable th)
AuthenticationFailedException
object with a
Throwable
cause.
th
- The original causepublic AuthenticationFailedException(java.lang.String msg, java.lang.Throwable th)
AuthenticationFailedException
object with a
Throwable
cause.
msg
- A description of the exceptionth
- The original cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |