Class QueryTypeMismatchException

All Implemented Interfaces:
Serializable

public class QueryTypeMismatchException extends HibernateException
Indicates a mismatch between the expected and actual result types of a query.
See Also:
  • Constructor Details

    • QueryTypeMismatchException

      public QueryTypeMismatchException(String message)
    • QueryTypeMismatchException

      public QueryTypeMismatchException(String message, Throwable cause)