|
Project 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 int METERING_NOT_SUPPORTED
public static int SERIALIZATION
public static int MONITOR_REPORT
public static 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()
|
JXTA J2SE | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||