Java Globus API: Class PerfMarkerException
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
| Methods inherited from class org.globus.ftp.exception.FTPException |
getCode, getCustomMessage, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toString |
NO_SUCH_PARAMETER
public static final int NO_SUCH_PARAMETER
code
protected int code
customMessage
protected String customMessage
PerfMarkerException
public PerfMarkerException(int code,
String message)
PerfMarkerException
public PerfMarkerException(int code)
getCodeExplanation
public String getCodeExplanation(int code)
- Overrides:
getCodeExplanation in class FTPException