Class InvalidJpaQueryMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.jpa.repository.query.InvalidJpaQueryMethodException
- All Implemented Interfaces:
Serializable
Signals that we encountered an invalid query method.
- Author:
- Thomas Darimont, Oliver Gierke
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidJpaQueryMethodException
(String message) Creates a newInvalidJpaQueryMethodException
with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidJpaQueryMethodException
Creates a newInvalidJpaQueryMethodException
with the given message.- Parameters:
message
- must not be null or empty.
-