Class NotATableException

  • All Implemented Interfaces:
    Serializable

    public class NotATableException
    extends org.datanucleus.exceptions.DatastoreValidationException
    A NotATableException is thrown during schema validation if a table should be a table but is found not to be in the database.
    See Also:
    TableImpl, Serialized Form
    • Constructor Detail

      • NotATableException

        public NotATableException​(String tableName,
                                  String type)
        Constructs a not-a-table exception.
        Parameters:
        tableName - Name of the table that is of the wrong type.
        type - the type of the object