Class UnexpectedColumnException

  • All Implemented Interfaces:
    Serializable

    public class UnexpectedColumnException
    extends org.datanucleus.exceptions.DatastoreValidationException
    A UnexpectedColumnException is thrown if an unexpected column is encountered in the database during schema validation.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnexpectedColumnException

        public UnexpectedColumnException​(String table_name,
                                         String column_name,
                                         String schema_name,
                                         String catalog_name)
        Constructs a unexpected column exception.
        Parameters:
        table_name - The table in which the column was found.
        column_name - The name of the unexpected column.
        schema_name - The schema name
        catalog_name - The catalog name