Package net.schmizz.sshj.sftp
Class SFTPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.schmizz.sshj.common.SSHException
net.schmizz.sshj.sftp.SFTPException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExceptionChainer<SFTPException> private Response.StatusCode -
Constructor Summary
ConstructorsConstructorDescriptionSFTPException(String message) SFTPException(String message, Throwable cause) SFTPException(Throwable cause) SFTPException(DisconnectReason code, String message) SFTPException(DisconnectReason code, String message, Throwable cause) SFTPException(DisconnectReason code, Throwable cause) SFTPException(Response.StatusCode sc, String msg) -
Method Summary
Methods inherited from class net.schmizz.sshj.common.SSHException
getDisconnectReason, getMessage, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
chainer
-
sc
-
-
Constructor Details
-
SFTPException
-
SFTPException
-
SFTPException
-
SFTPException
-
SFTPException
-
SFTPException
-
SFTPException
-
SFTPException
-
-
Method Details
-
getStatusCode
-