public class ReferencedObjectException extends DatabaseException
ReferenceField
configured for DeleteAction.EXCEPTION
.Modifier and Type | Method and Description |
---|---|
ObjId |
getId()
Get the ID of the object that could not be deleted because it was referenced.
|
ObjId |
getReferrer()
Get the ID of the object that still refers to the object that was to be deleted.
|
int |
getStorageId()
Get the storage ID of the field in the referring object that still referrs to the object that was supposed to be deleted.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ObjId getId()
public ObjId getReferrer()
public int getStorageId()
Copyright © 2022. All rights reserved.