java.lang.RuntimeException
exception thrown.
This exception will be built by the MBeanServer when a call to an
MBean method throws a runtime exception.
Modifier and Type | Field and Description |
---|---|
private RuntimeException | |
private static final long |
Access | Constructor and Description |
---|---|
public | RuntimeMBeanException(RuntimeException
the wrapped exception. e)Creates a |
public | RuntimeMBeanException(RuntimeException
the wrapped exception. e, String the detail message. message)Creates a |
Modifier and Type | Method and Description |
---|---|
public Throwable | Returns: the wrappedRuntimeException .Overrides java. Returns the actual |
public RuntimeException | Returns: the wrappedRuntimeException .Returns the actual |
runtimeException | back to summary |
---|---|
private RuntimeException runtimeException |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
RuntimeMBeanException | back to summary |
---|---|
public RuntimeMBeanException(RuntimeException e) Creates a
|
RuntimeMBeanException | back to summary |
---|---|
public RuntimeMBeanException(RuntimeException e, String message) Creates a
|
getCause | back to summary |
---|---|
public Throwable getCause() Overrides java. Returns the actual
|
getTargetException | back to summary |
---|---|
public RuntimeException getTargetException() Returns the actual
|