public class FtpCommandException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private int |
ftpReturnCode |
| Constructor and Description |
|---|
FtpCommandException(int ftpReturnCode,
String basicMessage) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
int |
getFtpReturnCode() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FtpCommandException(int ftpReturnCode,
String basicMessage)
public int getFtpReturnCode()
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2023 Apache NiFi Project. All rights reserved.