public class

FtpLiteException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.mule.modules.ftplite.exceptions.FtpLiteException
Known Direct Subclasses

Summary

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

Constants

private static final long serialVersionUID

Constant Value: 8567511081840701280 (0x76e5e9efb2566f60)

Fields

private int status

Public Constructors

public FtpLiteException (String message)

Parameters
message

public FtpLiteException (String message, int status)

Parameters
message
status

public FtpLiteException (Throwable t)

Parameters
t

Public Methods

public int getStatus ()