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
public class PerfMarkerException extends FTPException
thrown by PerformanceMarker, mostly during construction.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
customMessage
static int
NO_SUCH_PARAMETER
-
Fields inherited from class org.globus.ftp.exception.FTPException
cause, code, UNSPECIFIED
-
-
Constructor Summary
Constructors Constructor Description PerfMarkerException(int code)
PerfMarkerException(int code, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCodeExplanation(int code)
-
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 Detail
-
NO_SUCH_PARAMETER
public static final int NO_SUCH_PARAMETER
- See Also:
- Constant Field Values
-
customMessage
protected String customMessage
-
-
Constructor Detail
-
PerfMarkerException
public PerfMarkerException(int code, String message)
-
PerfMarkerException
public PerfMarkerException(int code)
-
-
Method Detail
-
getCodeExplanation
public String getCodeExplanation(int code)
- Overrides:
getCodeExplanation
in classFTPException
-
-