ch.elca.el4j.services.persistence.jpa.util
Class QueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.elca.el4j.services.persistence.jpa.util.QueryException
All Implemented Interfaces:
Serializable

public class QueryException
extends RuntimeException

Exception thrown from jpa query.

Author:
Sandra Weber (swr)
See Also:
Serialized Form
File-location:
QueryException
Last check-in date:
2010-08-05 11:00:36 +0200 (Do, 05. Aug 2010) by swrelca for revision 4112

Constructor Summary
QueryException(String message)
          Constructor taking a 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

QueryException

public QueryException(String message)
Constructor taking a message.

Parameters:
message - The message.


Copyright © 2005-2011 ELCA. All Rights Reserved.