Java org.springframework.messaging.handler.invocation MethodArgumentResolutionException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.messaging.handler.invocation MethodArgumentResolutionException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.messaging.handler.invocation MethodArgumentResolutionException.

The text is from its open source code.

Constructor

MethodArgumentResolutionException(Message message, MethodParameter parameter, String description)
Create a new instance providing the invalid MethodParameter and a prepared description.
MethodArgumentResolutionException(Message message, MethodParameter parameter, String description, @Nullable Throwable cause)
Create a new instance providing the invalid MethodParameter , prepared description, and a cause.