Class MissingTableException

  • All Implemented Interfaces:
    Serializable

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

      • MissingTableException

        public MissingTableException​(String catalogName,
                                     String schemaName,
                                     String tableName)
        Constructs a missing table exception.
        Parameters:
        catalogName - Catalog name which the table was searched.
        schemaName - Schema name which the table was searched.
        tableName - Name of the table that was missing.