Class MissingColumnException

  • All Implemented Interfaces:
    Serializable

    public class MissingColumnException
    extends org.datanucleus.exceptions.DatastoreValidationException
    A MissingColumnException is thrown if an expected column is not found in the database during schema validation.
    See Also:
    Column, Serialized Form
    • Constructor Detail

      • MissingColumnException

        public MissingColumnException​(Table table,
                                      Collection columns)
        Constructs a missing column exception.
        Parameters:
        table - The table in which column(s) were missing.
        columns - The collection of Column(s) that were missing.