| org.picocontainer.PicoCompositionException org.picocontainer.gems.jmx.JMXRegistrationException
JMXRegistrationException | public class JMXRegistrationException extends PicoCompositionException (Code) | | A registration exception caused trying to register the component with JMX.
author: Michael Ward version: $Revision: 3905 $ |
JMXRegistrationException | public JMXRegistrationException(String message)(Code) | | Construct a JMXRegistrationException with a particular message.
Parameters: message - the description of the exception |
JMXRegistrationException | public JMXRegistrationException(Throwable cause)(Code) | | Construct a JMXRegistrationException with a causing
Throwable .
Parameters: cause - the cause |
JMXRegistrationException | public JMXRegistrationException(String message, Throwable cause)(Code) | | Construct a JMXRegistrationException with a causing
Throwable and a particular message.
Parameters: message - the description of the exception Parameters: cause - the cause |
|
|