public class SFTPException extends SSHException
Modifier and Type | Field and Description |
---|---|
static ExceptionChainer<SFTPException> |
chainer |
Constructor and Description |
---|
SFTPException(DisconnectReason code) |
SFTPException(DisconnectReason code,
java.lang.String message) |
SFTPException(DisconnectReason code,
java.lang.String message,
java.lang.Throwable cause) |
SFTPException(DisconnectReason code,
java.lang.Throwable cause) |
SFTPException(Response.StatusCode sc,
java.lang.String msg) |
SFTPException(java.lang.String message) |
SFTPException(java.lang.String message,
java.lang.Throwable cause) |
SFTPException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Response.StatusCode |
getStatusCode() |
getDisconnectReason, getMessage, toString
public static final ExceptionChainer<SFTPException> chainer
public SFTPException(DisconnectReason code)
public SFTPException(DisconnectReason code, java.lang.String message)
public SFTPException(DisconnectReason code, java.lang.String message, java.lang.Throwable cause)
public SFTPException(DisconnectReason code, java.lang.Throwable cause)
public SFTPException(java.lang.String message)
public SFTPException(java.lang.String message, java.lang.Throwable cause)
public SFTPException(java.lang.Throwable cause)
public SFTPException(Response.StatusCode sc, java.lang.String msg)
public Response.StatusCode getStatusCode()