|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.PicoCompositionException
org.picocontainer.gems.jmx.JMXRegistrationException
public class JMXRegistrationException
A registration exception caused trying to register the component with JMX.
| 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 |
|---|
public JMXRegistrationException(String message)
message - the description of the exceptionpublic JMXRegistrationException(Throwable cause)
Throwable.
cause - the cause
public JMXRegistrationException(String message,
Throwable cause)
Throwable and a particular message.
message - the description of the exceptioncause - the cause
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||