org.echarts.servlet.sip
Class FeatureBoxExceptionEvent

java.lang.Object
  extended by org.echarts.monitor.MachineMonitorEvent
      extended by org.echarts.servlet.sip.EChartsSipServletExceptionEvent
          extended by org.echarts.servlet.sip.FeatureBoxExceptionEvent
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class FeatureBoxExceptionEvent
extends EChartsSipServletExceptionEvent

Monitor event corresponding to a FeatureBoxException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.echarts.monitor.MachineMonitorEvent
hostIpAddress, properties, timestamp
 
Constructor Summary
FeatureBoxExceptionEvent()
           
FeatureBoxExceptionEvent(java.lang.String message)
           
FeatureBoxExceptionEvent(java.lang.Throwable e)
           
FeatureBoxExceptionEvent(java.lang.Throwable e, java.lang.String message)
           
FeatureBoxExceptionEvent(java.lang.Throwable e, java.lang.String message, java.lang.String machineState)
           
 
Method Summary
 
Methods inherited from class org.echarts.monitor.MachineMonitorEvent
getClassString, getHostAddress, getPropertiesString, getSortedKeys, readExternal, readRaw, replaceChar, toString, writeExternal, writeRaw
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureBoxExceptionEvent

public FeatureBoxExceptionEvent()

FeatureBoxExceptionEvent

public FeatureBoxExceptionEvent(java.lang.String message)

FeatureBoxExceptionEvent

public FeatureBoxExceptionEvent(java.lang.Throwable e)

FeatureBoxExceptionEvent

public FeatureBoxExceptionEvent(java.lang.Throwable e,
                                java.lang.String message)

FeatureBoxExceptionEvent

public FeatureBoxExceptionEvent(java.lang.Throwable e,
                                java.lang.String message,
                                java.lang.String machineState)