public class RuntimeOperationsException extends JMRuntimeException
java.lang.RuntimeException扔。
| Constructor and Description |
|---|
RuntimeOperationsException(RuntimeException e)
创建一个
RuntimeOperationsException包裹实际
java.lang.RuntimeException。
|
RuntimeOperationsException(RuntimeException e, String message)
创建一个
RuntimeOperationsException包裹实际
java.lang.RuntimeException详细信息。
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
返回实际的
RuntimeException扔。
|
RuntimeException |
getTargetException()
返回实际的
RuntimeException扔。
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeOperationsException(RuntimeException e)
RuntimeOperationsException包裹实际
java.lang.RuntimeException。
e -包装的例外。
public RuntimeOperationsException(RuntimeException e, String message)
RuntimeOperationsException包裹实际
java.lang.RuntimeException详细信息。
e -包装的例外。
message -详细信息。
public RuntimeException getTargetException()
RuntimeException扔。
RuntimeException。
public Throwable getCause()
RuntimeException扔。
getCause 方法重写,继承类
Throwable
RuntimeException。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.