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:
  • Constructor Details

    • InvalidJpaQueryMethodException

      public InvalidJpaQueryMethodException(String message)
      Creates a new InvalidJpaQueryMethodException with the given message.
      Parameters:
      message - must not be null or empty.