com.sun.enterprise.admin.monitor.registry
Class MonitoringRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.enterprise.admin.monitor.registry.MonitoringRegistrationException
All Implemented Interfaces:
Serializable

public class MonitoringRegistrationException
extends Exception

Exception class to encompass exception events occuring while employing the MonitoringRegistrationHelper to register or unregister Stats components

Author:
Shreedhar Ganapathy
See Also:
Serialized Form

Constructor Summary
MonitoringRegistrationException()
          Creates a new instance of MonitoringRegistrationException without detail message.
MonitoringRegistrationException(String msg)
          Constructs an instance of MonitoringRegistrationException with the specified detail message.
MonitoringRegistrationException(String msg, Throwable cause)
           
MonitoringRegistrationException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

MonitoringRegistrationException

public MonitoringRegistrationException()
Creates a new instance of MonitoringRegistrationException without detail message.


MonitoringRegistrationException

public MonitoringRegistrationException(String msg)
Constructs an instance of MonitoringRegistrationException with the specified detail message.

Parameters:
msg - the detail message.

MonitoringRegistrationException

public MonitoringRegistrationException(String msg,
                                       Throwable cause)

MonitoringRegistrationException

public MonitoringRegistrationException(Throwable cause)


Copyright © 2012. All Rights Reserved.