Module org.jooq

Class DataChangedException

    • Constructor Detail

      • DataChangedException

        public DataChangedException​(String message)
        Constructor for DataChangedException.
        Parameters:
        message - the detail message
      • DataChangedException

        public DataChangedException​(String message,
                                    Throwable cause)
        Constructor for DataChangedException.
        Parameters:
        message - the detail message
        cause - the root cause (usually from using a underlying data access API such as JDBC)