Package io.mats3.spring
Class MatsSpringAnnotationRegistration.MatsSpringInvocationTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.mats3.spring.MatsSpringAnnotationRegistration.MatsSpringInvocationTargetException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MatsSpringAnnotationRegistration
public static class MatsSpringAnnotationRegistration.MatsSpringInvocationTargetException
extends RuntimeException
Thrown if the invocation of a
@MatsMapping
or @MatsEndpointSetup
annotated method raises InvocationTargetException
and the underlying exception is not a
RuntimeException
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MatsSpringInvocationTargetException
-