A
RuntimeException which is nested to preserve stack traces.
This class allows the following code to be written to convert a regular
Exception into a
RuntimeException without losing the stack trace.
Constructs a new NestedRuntimeException with specified
nested Throwable.
Parameters: cause - the exception or error that caused this exception to bethrown
Constructs a new NestedRuntimeException with specified
detail message and nested Throwable.
Parameters: msg - the error message Parameters: cause - the exception or error that caused this exception to bethrown