Class TypeNotInSchemaException

All Implemented Interfaces:
Serializable

public class TypeNotInSchemaException extends UnknownTypeException
Thrown when attempting to migrate a database object to a new schema in which the object's type no longer exists.
See Also:
  • Constructor Details

    • TypeNotInSchemaException

      public TypeNotInSchemaException(ObjId id, String typeName, Schema schema)
      Constructor.
      Parameters:
      id - ID for the object whose type was not known
      typeName - object's type name
      schema - schema in which typeName was not found
  • Method Details

    • getObjId

      public ObjId getObjId()
      Get the ObjId of the object that could not be migrated.
      Returns:
      unmigrated object ID