Class QueryMethodParameterConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.repository.support.QueryMethodParameterConversionException
All Implemented Interfaces:
Serializable

public class QueryMethodParameterConversionException extends RuntimeException
Exception to represent a failed attempt to convert a source value into a query method parameter.
Since:
1.11
Author:
Oliver Gierke, Johannes Englmeier
See Also: