AdroitLogic UltraESB v1.7.0

org.adroitlogic.ultraesb.api.transport.file
Class FileConstants.ErrorCodes

java.lang.Object
  extended by org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
Enclosing class:
FileConstants

public static class FileConstants.ErrorCodes
extends java.lang.Object

See Also:
ErrorCode

Field Summary
static int FTP_FTPS_DELETE_FAIL
          ftp or ftps delete failed
static int FTP_FTPS_FETCH_FAIL
          ftp or ftps fetch failed
static int FTP_FTPS_LIST_FAIL
          ftp or ftps list failed
static int FTP_FTPS_PUT_FAIL
          ftp or ftps put failed
static int GEN_CONNECTION_FAILED
          Connection failed
static int LOCAL_DELETE_FAIL
          local delete failed
static int LOCAL_FETCH_FAIL
          local fetch failed
static int LOCAL_PUT_FAIL
          Local put failed
static int SFTP_DELETE_FAIL
          SFTP delete failed
static int SFTP_FETCH_FAIL
          SFTP fetch failed
static int SFTP_LIST_FAIL
          SFTP list failed
static int SFTP_PUT_FAIL
          SFTP put failed
static int SND_INVALID_DEST
          Invalid URL or unsupported protocol for sender
static int SND_IO_ERR_SND
          The error code indicating an error during sending a request to a backend server
 
Constructor Summary
FileConstants.ErrorCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GEN_CONNECTION_FAILED

public static final int GEN_CONNECTION_FAILED
Connection failed

See Also:
Constant Field Values

SFTP_FETCH_FAIL

public static final int SFTP_FETCH_FAIL
SFTP fetch failed

See Also:
Constant Field Values

SFTP_DELETE_FAIL

public static final int SFTP_DELETE_FAIL
SFTP delete failed

See Also:
Constant Field Values

SFTP_LIST_FAIL

public static final int SFTP_LIST_FAIL
SFTP list failed

See Also:
Constant Field Values

LOCAL_FETCH_FAIL

public static final int LOCAL_FETCH_FAIL
local fetch failed

See Also:
Constant Field Values

LOCAL_DELETE_FAIL

public static final int LOCAL_DELETE_FAIL
local delete failed

See Also:
Constant Field Values

FTP_FTPS_FETCH_FAIL

public static final int FTP_FTPS_FETCH_FAIL
ftp or ftps fetch failed

See Also:
Constant Field Values

FTP_FTPS_DELETE_FAIL

public static final int FTP_FTPS_DELETE_FAIL
ftp or ftps delete failed

See Also:
Constant Field Values

FTP_FTPS_LIST_FAIL

public static final int FTP_FTPS_LIST_FAIL
ftp or ftps list failed

See Also:
Constant Field Values

SND_IO_ERR_SND

public static final int SND_IO_ERR_SND
The error code indicating an error during sending a request to a backend server

See Also:
Constant Field Values

SND_INVALID_DEST

public static final int SND_INVALID_DEST
Invalid URL or unsupported protocol for sender

See Also:
Constant Field Values

SFTP_PUT_FAIL

public static final int SFTP_PUT_FAIL
SFTP put failed

See Also:
Constant Field Values

LOCAL_PUT_FAIL

public static final int LOCAL_PUT_FAIL
Local put failed

See Also:
Constant Field Values

FTP_FTPS_PUT_FAIL

public static final int FTP_FTPS_PUT_FAIL
ftp or ftps put failed

See Also:
Constant Field Values
Constructor Detail

FileConstants.ErrorCodes

public FileConstants.ErrorCodes()

Copyright (c) 2010-2012 AdroitLogic Private Ltd. All rights reserved.