public class InvocationTargetRuntimeException extends UtilException
| 构造器和说明 |
|---|
InvocationTargetRuntimeException(String message) |
InvocationTargetRuntimeException(String messageTemplate,
Object... params) |
InvocationTargetRuntimeException(String message,
Throwable throwable) |
InvocationTargetRuntimeException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
InvocationTargetRuntimeException(Throwable e) |
InvocationTargetRuntimeException(Throwable throwable,
String messageTemplate,
Object... params) |
public InvocationTargetRuntimeException(Throwable e)
public InvocationTargetRuntimeException(String message)
public InvocationTargetRuntimeException(String messageTemplate, Object... params)
public InvocationTargetRuntimeException(String message, Throwable throwable)
public InvocationTargetRuntimeException(String message, Throwable throwable, boolean enableSuppression, boolean writableStackTrace)
Copyright © 2022. All rights reserved.