Class UnknownParameterException

All Implemented Interfaces:
Serializable

public class UnknownParameterException extends HibernateException
Indicates an attempt to find an unknown query parameter or an attempt to bind a value to an unknown query parameter
See Also:
  • Constructor Details

    • UnknownParameterException

      public UnknownParameterException(String message)