Package org.globus.ftp.exception
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 org.globus.ftp.exception.FTPException
cause, code, UNSPECIFIED
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.globus.ftp.exception.FTPException
getCode, getCustomMessage, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
NO_SUCH_PARAMETER
public static final int NO_SUCH_PARAMETER- See Also:
-
customMessage
-
-
Constructor Details
-
PerfMarkerException
-
PerfMarkerException
public PerfMarkerException(int code)
-
-
Method Details
-
getCodeExplanation
- Overrides:
getCodeExplanation
in classFTPException
-