Class MonitoringRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.admin.monitor.registry.MonitoringRegistrationException
- All Implemented Interfaces:
Serializable
Exception class to encompass exception events occuring while employing the
MonitoringRegistrationHelper to register or unregister Stats components
- Author:
- Shreedhar Ganapathy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofMonitoringRegistrationExceptionwithout detail message.Constructs an instance ofMonitoringRegistrationExceptionwith the specified detail message.MonitoringRegistrationException(String msg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MonitoringRegistrationException
public MonitoringRegistrationException()Creates a new instance ofMonitoringRegistrationExceptionwithout detail message. -
MonitoringRegistrationException
Constructs an instance ofMonitoringRegistrationExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
MonitoringRegistrationException
-
MonitoringRegistrationException
-