Class MethodArgumentTypeMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.messaging.MessagingException
org.springframework.messaging.handler.invocation.MethodArgumentResolutionException
org.springframework.messaging.handler.annotation.support.MethodArgumentTypeMismatchException
All Implemented Interfaces:
Serializable

public class MethodArgumentTypeMismatchException extends MethodArgumentResolutionException
Exception that indicates that a method argument has not the expected type.
Since:
4.0.3
Author:
Stephane Nicoll
See Also:
  • Constructor Details

    • MethodArgumentTypeMismatchException

      public MethodArgumentTypeMismatchException(Message<?> message, org.springframework.core.MethodParameter parameter, String description)