public class SFTPException
extends java.io.IOException
Modifier and Type | Method and Description |
---|---|
int |
getServerErrorCode()
Get the error code sent by the server.
|
java.lang.String |
getServerErrorCodeSymbol()
Get the symbolic name of the error code as given in the SFTP specs.
|
java.lang.String |
getServerErrorCodeVerbose()
Get the description of the error code as given in the SFTP specs.
|
java.lang.String |
getServerErrorMessage()
Get the error message sent by the server.
|
public java.lang.String getServerErrorMessage()
public int getServerErrorCode()
public java.lang.String getServerErrorCodeSymbol()
public java.lang.String getServerErrorCodeVerbose()
Copyright © 2013. All Rights Reserved.