|
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.export.MBeanExportException
org.springframework.jmx.export.UnableToRegisterMBeanException
public class UnableToRegisterMBeanException
Exception thrown when we are unable to register an MBean, for example because of a naming conflict.
| Constructor Summary | |
|---|---|
UnableToRegisterMBeanException(java.lang.String msg)
Create a new UnableToRegisterMBeanException with the
specified error message. |
|
UnableToRegisterMBeanException(java.lang.String msg,
java.lang.Throwable cause)
Create a new UnableToRegisterMBeanException 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 UnableToRegisterMBeanException(java.lang.String msg)
UnableToRegisterMBeanException with the
specified error message.
msg - the detail message
public UnableToRegisterMBeanException(java.lang.String msg,
java.lang.Throwable cause)
UnableToRegisterMBeanException with the
specified error message and root cause.
msg - the detail messagecause - the root caus
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||