Class QueryException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NonUniqueResultException

public class QueryException extends RuntimeException
QueryException is thrown for exceptional query construction issues
Author:
tiwe
See Also:
  • Constructor Details

    • QueryException

      public QueryException(String msg)
    • QueryException

      public QueryException(String msg, Throwable t)
    • QueryException

      public QueryException(Throwable t)