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:
java.io.Serializable
- Enclosing class:
- MatsSpringAnnotationRegistration
public static class MatsSpringAnnotationRegistration.MatsSpringInvocationTargetException extends java.lang.RuntimeExceptionThrown if the invocation of a@MatsMappingor@MatsEndpointSetupannotated method raisesInvocationTargetExceptionand the underlying exception is not aRuntimeException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatsSpringInvocationTargetException(java.lang.String message, java.lang.Throwable cause)
-