|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 | |
protected int |
code
|
protected String |
customMessage
|
static int |
NO_SUCH_PARAMETER
|
| Fields inherited from class org.globus.ftp.exception.FTPException |
cause, UNSPECIFIED |
| Constructor Summary | |
PerfMarkerException(int code)
|
|
PerfMarkerException(int code,
String message)
|
|
| Method Summary | |
String |
getCodeExplanation(int code)
|
| Methods inherited from class org.globus.ftp.exception.FTPException |
getCode, getCustomMessage, getMessage, getRootCause, printStackTrace, setCode, setCustomMessage, setRootCause, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
NO_SUCH_PARAMETER
public static final int NO_SUCH_PARAMETER
code
protected int code
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:
getCodeExplanationin classFTPException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||