Spring Data JPA

org.springframework.data.jpa.repository.query
Class InvalidJpaQueryMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
InvalidJpaQueryMethodException(String message)
          Creates a new InvalidJpaQueryMethodException with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidJpaQueryMethodException

public InvalidJpaQueryMethodException(String message)
Creates a new InvalidJpaQueryMethodException with the given message.

Parameters:
message - must not be null or empty.

Spring Data JPA

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.