public class InvocationTargetRuntimeException extends UtilException
Constructor and Description |
---|
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) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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 © 2024. All rights reserved.