org.picocontainer.gems.jmx
Class JMXRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.picocontainer.PicoCompositionException
                      extended by org.picocontainer.gems.jmx.JMXRegistrationException
All Implemented Interfaces:
Serializable

public class JMXRegistrationException
extends PicoCompositionException

A registration exception caused trying to register the component with JMX.

Author:
Michael Ward
See Also:
Serialized Form

Constructor Summary
JMXRegistrationException(String message)
          Construct a JMXRegistrationException with a particular message.
JMXRegistrationException(String message, Throwable cause)
          Construct a JMXRegistrationException with a causing Throwable and a particular message.
JMXRegistrationException(Throwable cause)
          Construct a JMXRegistrationException with a causing Throwable.
 
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

JMXRegistrationException

public JMXRegistrationException(String message)
Construct a JMXRegistrationException with a particular message.

Parameters:
message - the description of the exception

JMXRegistrationException

public JMXRegistrationException(Throwable cause)
Construct a JMXRegistrationException with a causing Throwable.

Parameters:
cause - the cause

JMXRegistrationException

public JMXRegistrationException(String message,
                                Throwable cause)
Construct a JMXRegistrationException with a causing Throwable and a particular message.

Parameters:
message - the description of the exception
cause - the cause


Copyright © 2003-2010 Codehaus. All Rights Reserved.