Class QueryCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.InvalidDataAccessApiUsageException
org.springframework.data.repository.core.RepositoryCreationException
org.springframework.data.repository.query.QueryCreationException
All Implemented Interfaces:
Serializable

public final class QueryCreationException extends RepositoryCreationException
Exception to be thrown if a query cannot be created from a Method.
Author:
Oliver Gierke, Mark Paluch
See Also: