play.db.jpa
Class JPASupport.JPAQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by play.db.jpa.JPASupport.JPAQueryException
All Implemented Interfaces:
Serializable
Enclosing class:
JPASupport

public static class JPASupport.JPAQueryException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
JPASupport.JPAQueryException(String message)
           
JPASupport.JPAQueryException(String message, Throwable e)
           
 
Method Summary
static Throwable findBestCause(Throwable e)
           
 
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

JPASupport.JPAQueryException

public JPASupport.JPAQueryException(String message)

JPASupport.JPAQueryException

public JPASupport.JPAQueryException(String message,
                                    Throwable e)
Method Detail

findBestCause

public static Throwable findBestCause(Throwable e)


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly