Mule Cloud Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.trilead.ssh2
com.trilead.ssh2.auth
com.trilead.ssh2.channel
com.trilead.ssh2.crypto
com.trilead.ssh2.crypto.cipher
com.trilead.ssh2.crypto.dh
com.trilead.ssh2.crypto.digest
com.trilead.ssh2.log
com.trilead.ssh2.packets
com.trilead.ssh2.sftp
com.trilead.ssh2.signature
com.trilead.ssh2.transport
com.trilead.ssh2.util
org.mule.modules.ssh.multiplexer
org.mule.modules.ssh.multiplexer.config
org.mule.modules.ssh.multiplexer.config.spring
org.mule.modules.ssh.multiplexer.exception
Classes
AttribBits
AttribFlags
AttribPermissions
AttribTypes
AttrTextHints
ErrorCodes
OpenFlags
Packet
Package Index
|
Class Index
Summary:
Constants
|
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
ErrorCodes
extends
Object
java.lang.Object
↳
com.trilead.ssh2.sftp.ErrorCodes
Class Overview
SFTP Error Codes
Summary
Constants
int
SSH_FX_BAD_MESSAGE
int
SSH_FX_BYTE_RANGE_LOCK_CONFLICT
int
SSH_FX_BYTE_RANGE_LOCK_REFUSED
int
SSH_FX_CANNOT_DELETE
int
SSH_FX_CONNECTION_LOST
int
SSH_FX_DELETE_PENDING
int
SSH_FX_DIR_NOT_EMPTY
int
SSH_FX_EOF
int
SSH_FX_FAILURE
int
SSH_FX_FILE_ALREADY_EXISTS
int
SSH_FX_FILE_CORRUPT
int
SSH_FX_FILE_IS_A_DIRECTORY
int
SSH_FX_GROUP_INVALID
int
SSH_FX_INVALID_FILENAME
int
SSH_FX_INVALID_HANDLE
int
SSH_FX_INVALID_PARAMETER
int
SSH_FX_LINK_LOOP
int
SSH_FX_LOCK_CONFLICT
int
SSH_FX_NOT_A_DIRECTORY
int
SSH_FX_NO_CONNECTION
int
SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK
int
SSH_FX_NO_MEDIA
int
SSH_FX_NO_SPACE_ON_FILESYSTEM
int
SSH_FX_NO_SUCH_FILE
int
SSH_FX_NO_SUCH_PATH
int
SSH_FX_OK
int
SSH_FX_OP_UNSUPPORTED
int
SSH_FX_OWNER_INVALID
int
SSH_FX_PERMISSION_DENIED
int
SSH_FX_QUOTA_EXCEEDED
int
SSH_FX_UNKNOWN_PRINCIPAL
int
SSH_FX_WRITE_PROTECT
Fields
private static final
String[][]
messages
Public Constructors
ErrorCodes
()
Public Methods
final static
String[]
getDescription
(int errorCode)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Constants
public static final int
SSH_FX_BAD_MESSAGE
Constant Value:
5 (0x00000005)
public static final int
SSH_FX_BYTE_RANGE_LOCK_CONFLICT
Constant Value:
25 (0x00000019)
public static final int
SSH_FX_BYTE_RANGE_LOCK_REFUSED
Constant Value:
26 (0x0000001a)
public static final int
SSH_FX_CANNOT_DELETE
Constant Value:
22 (0x00000016)
public static final int
SSH_FX_CONNECTION_LOST
Constant Value:
7 (0x00000007)
public static final int
SSH_FX_DELETE_PENDING
Constant Value:
27 (0x0000001b)
public static final int
SSH_FX_DIR_NOT_EMPTY
Constant Value:
18 (0x00000012)
public static final int
SSH_FX_EOF
Constant Value:
1 (0x00000001)
public static final int
SSH_FX_FAILURE
Constant Value:
4 (0x00000004)
public static final int
SSH_FX_FILE_ALREADY_EXISTS
Constant Value:
11 (0x0000000b)
public static final int
SSH_FX_FILE_CORRUPT
Constant Value:
28 (0x0000001c)
public static final int
SSH_FX_FILE_IS_A_DIRECTORY
Constant Value:
24 (0x00000018)
public static final int
SSH_FX_GROUP_INVALID
Constant Value:
30 (0x0000001e)
public static final int
SSH_FX_INVALID_FILENAME
Constant Value:
20 (0x00000014)
public static final int
SSH_FX_INVALID_HANDLE
Constant Value:
9 (0x00000009)
public static final int
SSH_FX_INVALID_PARAMETER
Constant Value:
23 (0x00000017)
public static final int
SSH_FX_LINK_LOOP
Constant Value:
21 (0x00000015)
public static final int
SSH_FX_LOCK_CONFLICT
Constant Value:
17 (0x00000011)
public static final int
SSH_FX_NOT_A_DIRECTORY
Constant Value:
19 (0x00000013)
public static final int
SSH_FX_NO_CONNECTION
Constant Value:
6 (0x00000006)
public static final int
SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK
Constant Value:
31 (0x0000001f)
public static final int
SSH_FX_NO_MEDIA
Constant Value:
13 (0x0000000d)
public static final int
SSH_FX_NO_SPACE_ON_FILESYSTEM
Constant Value:
14 (0x0000000e)
public static final int
SSH_FX_NO_SUCH_FILE
Constant Value:
2 (0x00000002)
public static final int
SSH_FX_NO_SUCH_PATH
Constant Value:
10 (0x0000000a)
public static final int
SSH_FX_OK
Constant Value:
0 (0x00000000)
public static final int
SSH_FX_OP_UNSUPPORTED
Constant Value:
8 (0x00000008)
public static final int
SSH_FX_OWNER_INVALID
Constant Value:
29 (0x0000001d)
public static final int
SSH_FX_PERMISSION_DENIED
Constant Value:
3 (0x00000003)
public static final int
SSH_FX_QUOTA_EXCEEDED
Constant Value:
15 (0x0000000f)
public static final int
SSH_FX_UNKNOWN_PRINCIPAL
Constant Value:
16 (0x00000010)
public static final int
SSH_FX_WRITE_PROTECT
Constant Value:
12 (0x0000000c)
Fields
private static final
String[][]
messages
Public Constructors
public
ErrorCodes
()
Public Methods
public static final
String[]
getDescription
(int errorCode)
Parameters
errorCode