public class PerfMarkerException extends FTPException
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
customMessage |
static int |
NO_SUCH_PARAMETER |
cause, code, UNSPECIFIED
Constructor and Description |
---|
PerfMarkerException(int code) |
PerfMarkerException(int code,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodeExplanation(int code) |
getCode, getCustomMessage, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toString
public static final int NO_SUCH_PARAMETER
protected java.lang.String customMessage
public PerfMarkerException(int code, java.lang.String message)
public PerfMarkerException(int code)
public java.lang.String getCodeExplanation(int code)
getCodeExplanation
in class FTPException