Class AuthenticationFailedException

All Implemented Interfaces:
Serializable

public class AuthenticationFailedException extends FtpException
Thrown if an authentication request fails
Author:
Apache MINA Project
See Also:
  • Constructor Details

    • 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