|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.jxta.exception.JxtaException
net.jxta.meter.MonitorException
public class MonitorException
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 |
---|
public static final int METERING_NOT_SUPPORTED
public static final int SERIALIZATION
public static final int MONITOR_REPORT
public static final int FILTER_EXCEPTION
Constructor Detail |
---|
public MonitorException(int type, String message)
type
- (see above)message
- public MonitorException(int type, String message, Exception e)
type
- message
- e
- Method Detail |
---|
public int getType()
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |