Package org.apache.ftpserver.ftplet
Class AuthenticationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ftpserver.ftplet.FtpException
org.apache.ftpserver.ftplet.AuthenticationFailedException
- All Implemented Interfaces:
Serializable
Thrown if an authentication request fails
- Author:
- Apache MINA Project
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructs aAuthenticationFailedExceptionobject with a message.AuthenticationFailedException(String msg, Throwable th) Constructs aAuthenticationFailedExceptionobject with aThrowablecause.Constructs aAuthenticationFailedExceptionobject with aThrowablecause. -
Method Summary
Methods inherited from class org.apache.ftpserver.ftplet.FtpException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationFailedException
public AuthenticationFailedException()Default constructor. -
AuthenticationFailedException
Constructs aAuthenticationFailedExceptionobject with a message.- Parameters:
msg- A description of the exception
-
AuthenticationFailedException
Constructs aAuthenticationFailedExceptionobject with aThrowablecause.- Parameters:
th- The original cause
-
AuthenticationFailedException
Constructs aAuthenticationFailedExceptionobject with aThrowablecause.- Parameters:
msg- A description of the exceptionth- The original cause
-