Class PerfMarkerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.globus.ftp.exception.FTPException
org.globus.ftp.exception.PerfMarkerException
- All Implemented Interfaces:
Serializable
thrown by PerformanceMarker, mostly during construction.
- See Also:
-
Field Summary
FieldsFields inherited from class FTPException
cause, code, UNSPECIFIED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FTPException
getCode, getCustomMessage, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
NO_SUCH_PARAMETER
public static final int NO_SUCH_PARAMETER- See Also:
-
codeExplained
-
customMessage
-
-
Constructor Details
-
PerfMarkerException
-
PerfMarkerException
public PerfMarkerException(int code)
-
-
Method Details
-
getCodeExplanation
- Overrides:
getCodeExplanationin classFTPException
-