|
Spring Framework | ||||||||
| 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.springframework.core.NestedRuntimeException
org.springframework.jmx.JmxException
org.springframework.jmx.MBeanServerNotFoundException
public class MBeanServerNotFoundException
Exception thrown when we cannot locate an instance of an MBeanServer,
or when more than one instance is found.
JmxUtils.locateMBeanServer(),
Serialized Form| Constructor Summary | |
|---|---|
MBeanServerNotFoundException(java.lang.String msg)
Create a new MBeanServerNotFoundException with the
supplied error message. |
|
MBeanServerNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
Create a new MBeanServerNotFoundException with the
specified error message and root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 MBeanServerNotFoundException(java.lang.String msg)
MBeanServerNotFoundException with the
supplied error message.
msg - the error message
public MBeanServerNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
MBeanServerNotFoundException with the
specified error message and root cause.
msg - the error messagecause - the root cause
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||