org.springframework.data.jpa.repository.query
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
public class InvalidJpaQueryMethodException
- extends RuntimeException
Signals that we encountered an invalid query method.
- Author:
- Thomas Darimont, Oliver Gierke
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidJpaQueryMethodException
public InvalidJpaQueryMethodException(String message)
- Creates a new
InvalidJpaQueryMethodException with the given message.
- Parameters:
message - must not be null or empty.
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.