Serialized Form


Package org.finj

Class org.finj.FTPException extends java.lang.RuntimeException implements Serializable

Serialized Fields

source

java.lang.Object source
Object that throwed this Exception.

 
Since:
v1.0

code

int code
One of the org.finj.FTPResponse error codes.

 
Since:
v1.0

message

java.lang.String message
Original response from the FTP server that trigered this Exception.

 
Since:
v1.0



Copyright © 2009. All Rights Reserved.