java.lang.RuntimeException
thrown.
Modifier and Type | Field and Description |
---|---|
private RuntimeException | |
private static final long |
Access | Constructor and Description |
---|---|
public | RuntimeOperationsException(RuntimeException
the wrapped exception. e)Creates a |
public | RuntimeOperationsException(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 |
RuntimeOperationsException | back to summary |
---|---|
public RuntimeOperationsException(RuntimeException e) Creates a
|
RuntimeOperationsException | back to summary |
---|---|
public RuntimeOperationsException(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
|