public class CMSRuntimeException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Exception |
exception_
The exception wrapped by this RuntimeException, if present.
|
| Constructor and Description |
|---|
CMSRuntimeException()
Constructs a new runtime exception.
|
CMSRuntimeException(java.lang.Exception ex)
Constructs an CMSRuntimeException with the exception
which causes this exception.
|
CMSRuntimeException(java.lang.String msg)
Constructs an CMSRuntimeException with a specified detail message.
|
CMSRuntimeException(java.lang.String msg,
java.lang.Exception ex)
Constructs an CMSRuntimeException with a specified detail message and
the exception which causes this exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException()
Returns the exception which causes this CMSRuntimeException.
|
protected java.lang.Exception exception_
public CMSRuntimeException()
public CMSRuntimeException(java.lang.Exception ex)
ex - the exception causing this exceptionpublic CMSRuntimeException(java.lang.String msg)
msg - the detail message.public CMSRuntimeException(java.lang.String msg,
java.lang.Exception ex)
msg - the detail messageex - the exception causing this exception