Class MissingSqlSelectionException

All Implemented Interfaces:
Serializable

public class MissingSqlSelectionException extends HibernateException
Indicates that a column defined as part of a SQL ResultSet mapping was not part of the query's ResultSet
See Also:
  • Constructor Details

    • MissingSqlSelectionException

      public MissingSqlSelectionException(String message)
    • MissingSqlSelectionException

      public MissingSqlSelectionException(String message, Throwable cause)