org.globus.ftp.exception
Class PerfMarkerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.ftp.exception.FTPException
              extended byorg.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, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
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
See Also:
Constant Field Values

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:
getCodeExplanation in class FTPException