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 Details

    • MatsSpringInvocationTargetException

      public MatsSpringInvocationTargetException(String message, Throwable cause)