public class SFTPException extends IOException
Modifier and Type | Method and Description |
---|---|
int |
getServerErrorCode()
Get the error code sent by the server.
|
String |
getServerErrorCodeSymbol()
Get the symbolic name of the error code as given in the SFTP specs.
|
String |
getServerErrorCodeVerbose()
Get the description of the error code as given in the SFTP specs.
|
String |
getServerErrorMessage()
Get the error message sent by the server.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getServerErrorMessage()
public int getServerErrorCode()
public String getServerErrorCodeSymbol()
public String getServerErrorCodeVerbose()
Copyright © 2017. All rights reserved.