| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | com.trilead.ssh2.SFTPException | |||
Used in combination with the SFTPv3Client. This exception wraps error messages sent by the SFTP server.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.io.IOException
| |||||||||||
From class
java.lang.Exception
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| sftpErrorCode | |||||||||||
| sftpErrorMessage | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the error code sent by the server.
| |||||||||||
Get the symbolic name of the error code as given in the SFTP specs.
| |||||||||||
Get the description of the error code as given in the SFTP specs.
| |||||||||||
Get the error message sent by the server.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Get the error code sent by the server.
Get the symbolic name of the error code as given in the SFTP specs.
Get the description of the error code as given in the SFTP specs.
Get the error message sent by the server. Often, this message does not help a lot (e.g., "failure").