public class TypeNotInSchemaVersionException extends DatabaseException
Transaction.updateSchemaVersion()
,
Serialized FormConstructor and Description |
---|
TypeNotInSchemaVersionException(ObjId id,
int version)
Constructor.
|
TypeNotInSchemaVersionException(ObjId id,
int version,
String message)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ObjId |
getObjId()
Get the
ObjId of the object that could not be upgraded to its unrecognized type. |
int |
getSchemaVersion()
Get the schema version which does not contain the object's type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TypeNotInSchemaVersionException(ObjId id, int version)
id
- ID for the object whose type was not knownversion
- schema version not containing the object typepublic ObjId getObjId()
ObjId
of the object that could not be upgraded to its unrecognized type.public int getSchemaVersion()
Copyright © 2022. All rights reserved.