Class ParameterNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class ParameterNotFoundException
    extends net.sf.jkniv.sqlegance.RepositoryException
    See Also:
    Serialized Form
    • Constructor Detail

      • ParameterNotFoundException

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

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

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

        public ParameterNotFoundException​(Throwable cause)