Project JXTA

net.jxta.meter
Class MonitorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.jxta.exception.JxtaException
              extended by net.jxta.meter.MonitorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MonitorFilterException

public class MonitorException
extends JxtaException

See Also:
Serialized Form

Field Summary
static int FILTER_EXCEPTION
          Invalid MonitorFilter
static int METERING_NOT_SUPPORTED
          Monitoring Not Supported
static int MONITOR_REPORT
          Monitor Report Provided
static int SERIALIZATION
          Error during Serialization/Deserialization
 
Constructor Summary
MonitorException(int type, String message)
          MonitorException
MonitorException(int type, String message, Exception e)
          MonitorException
 
Method Summary
 int getType()
          get Type of event (see constants above)
 
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

METERING_NOT_SUPPORTED

public static int METERING_NOT_SUPPORTED
Monitoring Not Supported


SERIALIZATION

public static int SERIALIZATION
Error during Serialization/Deserialization


MONITOR_REPORT

public static int MONITOR_REPORT
Monitor Report Provided


FILTER_EXCEPTION

public static int FILTER_EXCEPTION
Invalid MonitorFilter

Constructor Detail

MonitorException

public MonitorException(int type,
                        String message)
MonitorException

Parameters:
type - (see above)
message -

MonitorException

public MonitorException(int type,
                        String message,
                        Exception e)
MonitorException

Parameters:
type -
message -
e -
Method Detail

getType

public int getType()
get Type of event (see constants above)


JXTA J2SE