Class InvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.core.reflect.exception.InvocationException
- All Implemented Interfaces:
Serializable
Runtime exception equivalent of
InvocationTargetException
.- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
-
Constructor Summary
ConstructorDescriptionInvocationException
(String message) InvocationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvocationException
- Parameters:
message
- The message
-
InvocationException
- Parameters:
message
- The messagecause
- The throwable
-