public static class FtpChannel.FtpException extends IOException
Exception
for reporting SFTP errors.Modifier and Type | Field and Description |
---|---|
static int |
EOF |
static int |
NO_PERMISSION |
static int |
NO_SUCH_FILE |
static int |
OK |
static int |
PROTOCOL_ERROR |
static int |
UNSPECIFIED_FAILURE |
static int |
UNSUPPORTED |
Constructor and Description |
---|
FtpException(String message,
int status) |
FtpException(String message,
int status,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int OK
public static final int EOF
public static final int NO_SUCH_FILE
public static final int NO_PERMISSION
public static final int UNSPECIFIED_FAILURE
public static final int PROTOCOL_ERROR
public static final int UNSUPPORTED
public FtpException(String message, int status)
Copyright © 2020 Eclipse JGit Project. All rights reserved.