Class ParameterException

  • All Implemented Interfaces:
    Serializable

    public class ParameterException
    extends net.sf.jkniv.sqlegance.RepositoryException
    This exception is thrown when an illegal parameter is used that cause a problem with a query.
    See Also:
    Serialized Form
    • Constructor Detail

      • ParameterException

        public ParameterException()
        Constructor for ParameterException without message detail
      • ParameterException

        public ParameterException​(String msg)
        Constructor for ParameterException.
        Parameters:
        msg - the detail from exception message
      • ParameterException

        public ParameterException​(String msg,
                                  Throwable cause)
        Constructor for ParameterException.
        Parameters:
        msg - the detail from exception message
        cause - the trouble root cause , usually JDBC family exception
      • ParameterException

        public ParameterException​(Throwable cause)