Project JXTA

net.jxta.meter
Class MonitorFilterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.jxta.exception.JxtaException
              extended bynet.jxta.meter.MonitorException
                  extended bynet.jxta.meter.MonitorFilterException
All Implemented Interfaces:
Serializable

public class MonitorFilterException
extends MonitorException

Monitor Filter Exception

See Also:
Serialized Form

Field Summary
static String REPORT_RATE_NOT_SUPPORTED
           
static String SERVICE_NOT_SUPPORTED
           
 
Fields inherited from class net.jxta.meter.MonitorException
FILTER_EXCEPTION, METERING_NOT_SUPPORTED, MONITOR_REPORT, SERIALIZATION
 
Constructor Summary
MonitorFilterException(String message)
          MonitorFilterException
MonitorFilterException(String message, Exception e)
          MonitorFilterException
MonitorFilterException(String message, long reportRate)
          MonitorFilterException
MonitorFilterException(String message, ModuleClassID moduleClassID)
          MonitorFilterException
 
Methods inherited from class net.jxta.meter.MonitorException
getType
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SERVICE_NOT_SUPPORTED

public static final String SERVICE_NOT_SUPPORTED
See Also:
Constant Field Values

REPORT_RATE_NOT_SUPPORTED

public static final String REPORT_RATE_NOT_SUPPORTED
See Also:
Constant Field Values
Constructor Detail

MonitorFilterException

public MonitorFilterException(String message)
MonitorFilterException

Parameters:
message -

MonitorFilterException

public MonitorFilterException(String message,
                              Exception e)
MonitorFilterException

Parameters:
message -
e -

MonitorFilterException

public MonitorFilterException(String message,
                              ModuleClassID moduleClassID)
MonitorFilterException

Parameters:
message -
moduleClassID -

MonitorFilterException

public MonitorFilterException(String message,
                              long reportRate)
MonitorFilterException

Parameters:
message -
reportRate -

JXTA J2SE