public class MethodInvokerException
extends java.lang.RuntimeException
Description:
Copyright (c) 2020
| 构造器和说明 |
|---|
MethodInvokerException() |
MethodInvokerException(java.lang.String message) |
MethodInvokerException(java.lang.String message,
java.lang.Throwable cause) |
MethodInvokerException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
MethodInvokerException(java.lang.Throwable cause) |
public MethodInvokerException()
public MethodInvokerException(java.lang.String message)
public MethodInvokerException(java.lang.String message,
java.lang.Throwable cause)
public MethodInvokerException(java.lang.Throwable cause)
public MethodInvokerException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)