Class SQLExceptionValidConnectionChecker

    • Constructor Detail

      • SQLExceptionValidConnectionChecker

        public SQLExceptionValidConnectionChecker()
        Constructor
    • Method Detail

      • getReason

        public String getReason()
        Get the reason
        Returns:
        The value
      • setReason

        public void setReason​(String v)
        Set the reason
        Parameters:
        v - The value
      • getSQLState

        public String getSQLState()
        Get the SQL state
        Returns:
        The value
      • setSQLState

        public void setSQLState​(String v)
        Set the SQL state
        Parameters:
        v - The value
      • getVendorCode

        public Integer getVendorCode()
        Get the vendor code
        Returns:
        The value
      • setVendorCode

        public void setVendorCode​(Integer v)
        Set the vendor code
        Parameters:
        v - The value