java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.transport.FtpChannel.FtpException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- FtpChannel
An
Exception
for reporting SFTP errors.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionFtpException
(String message, int status) FtpException
(String message, int status, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
OK
public static final int OK- See Also:
-
EOF
public static final int EOF- See Also:
-
NO_SUCH_FILE
public static final int NO_SUCH_FILE- See Also:
-
NO_PERMISSION
public static final int NO_PERMISSION- See Also:
-
UNSPECIFIED_FAILURE
public static final int UNSPECIFIED_FAILURE- See Also:
-
PROTOCOL_ERROR
public static final int PROTOCOL_ERROR- See Also:
-
UNSUPPORTED
public static final int UNSUPPORTED- See Also:
-
-
Constructor Details
-
FtpException
-
FtpException
-
-
Method Details
-
getStatus
public int getStatus()
-