|
Ganymed SSH-2 for Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException ch.ethz.ssh2.SFTPException
public class SFTPException
Used in combination with the SFTPv3Client. This exception wraps error messages sent by the SFTP server.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getServerErrorMessage()
public int getServerErrorCode()
public java.lang.String getServerErrorCodeSymbol()
public java.lang.String getServerErrorCodeVerbose()
|
Ganymed SSH-2 for Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |