public class InvocationException extends RuntimeException
| Constructor and Description |
|---|
InvocationException(String message) |
InvocationException(String message,
Throwable cause) |
InvocationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvocationException(String message)
public InvocationException(Throwable cause)
public InvocationException(String message, Throwable cause)