org.apache.ftpserver.ftplet
Class AuthenticationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ftpserver.ftplet.FtpException
              extended by org.apache.ftpserver.ftplet.AuthenticationFailedException
All Implemented Interfaces:
Serializable

public class AuthenticationFailedException
extends FtpException

Thrown if an authentication request fails

Author:
Apache MINA Project
See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException()
          Default constructor.
AuthenticationFailedException(String msg)
          Constructs a AuthenticationFailedException object with a message.
AuthenticationFailedException(String msg, Throwable th)
          Constructs a AuthenticationFailedException object with a Throwable cause.
AuthenticationFailedException(Throwable th)
          Constructs a AuthenticationFailedException object with a Throwable cause.
 
Method Summary
 
Methods inherited from class org.apache.ftpserver.ftplet.FtpException
getRootCause
 
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

AuthenticationFailedException

public AuthenticationFailedException()
Default constructor.


AuthenticationFailedException

public AuthenticationFailedException(String msg)
Constructs a AuthenticationFailedException object with a message.

Parameters:
msg - A description of the exception

AuthenticationFailedException

public AuthenticationFailedException(Throwable th)
Constructs a AuthenticationFailedException object with a Throwable cause.

Parameters:
th - The original cause

AuthenticationFailedException

public AuthenticationFailedException(String msg,
                                     Throwable th)
Constructs a AuthenticationFailedException object with a Throwable cause.

Parameters:
msg - A description of the exception
th - The original cause


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.