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,
toString
public 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
。