javax.management
public class RuntimeErrorException extends JMRuntimeException
Since: 1.5
Constructor Summary | |
---|---|
RuntimeErrorException(Error e)
Constructs a new RuntimeErrorException wrapping
the specified error.
| |
RuntimeErrorException(Error e, String message)
Constructs a new RuntimeErrorException wrapping
the specified error and using the supplied message.
|
Method Summary | |
---|---|
Throwable | getCause()
Returns the true cause of this error, the wrapped
error.
|
Error | getTargetError()
Returns the true cause of this error, the wrapped
error.
|
RuntimeErrorException
wrapping
the specified error.
Parameters: e the error to be wrapped.
RuntimeErrorException
wrapping
the specified error and using the supplied message.
Parameters: e the error to be wrapped. message the error message to give to the user.
Returns: the wrapped error.
Returns: the wrapped error.