PerfMarkerException (Java Globus API)
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:
- java.io.Serializable
- public class PerfMarkerException
- extends FTPException
thrown by PerformanceMarker, mostly during construction.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NO_SUCH_PARAMETER
public static final int NO_SUCH_PARAMETER
- See Also:
- Constant Field Values
code
protected int code
customMessage
protected java.lang.String customMessage
PerfMarkerException
public PerfMarkerException(int code,
java.lang.String message)
PerfMarkerException
public PerfMarkerException(int code)
getCodeExplanation
public java.lang.String getCodeExplanation(int code)
- Overrides:
getCodeExplanation in class FTPException