Class UnsupportedSelectQueryException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedSelectQueryException
    extends Exception
    Created by Roman Kontchakov on 01/11/2016. The exception is thrown when the query contains a construct that is allowed in mappings but cannot be translated into an internal representation.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedSelectQueryException

        public UnsupportedSelectQueryException​(String message,
                                               Object object)