public class

FtpLiteAuthException

extends FtpLiteException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.mule.modules.ftplite.exceptions.FtpLiteException
           ↳ com.mule.modules.ftplite.exceptions.FtpLiteAuthException

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.mule.modules.ftplite.exceptions.FtpLiteException
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
Fields
private int status
[Expand]
Inherited Fields
From class com.mule.modules.ftplite.exceptions.FtpLiteException
From class java.lang.Throwable
Public Constructors
FtpLiteAuthException(String message)
FtpLiteAuthException(String message, int status)
Public Methods
int getStatus()
[Expand]
Inherited Methods
From class com.mule.modules.ftplite.exceptions.FtpLiteException
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 5642716040942133264 (0x4e4ef457c4c12010)

Fields

private int status

Public Constructors

public FtpLiteAuthException (String message)

Parameters
message

public FtpLiteAuthException (String message, int status)

Parameters
message
status

Public Methods

public int getStatus ()