public class

FtpLiteHostException

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.FtpLiteHostException

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
FtpLiteHostException(String message)
FtpLiteHostException(String message, int status)
FtpLiteHostException(Throwable t)
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: 3862891931774245677 (0x359bbfbed7205b2d)

Fields

private int status

Public Constructors

public FtpLiteHostException (String message)

Parameters
message

public FtpLiteHostException (String message, int status)

Parameters
message
status

public FtpLiteHostException (Throwable t)

Parameters
t

Public Methods

public int getStatus ()