Uses of Class
ch.ivyteam.ivy.persistence.PersistencyException
Packages that use PersistencyException
Package
Description
Persistency layer interface of Axon Ivy.
-
Uses of PersistencyException in ch.ivyteam.ivy.persistence
Subclasses of PersistencyException in ch.ivyteam.ivy.persistenceModifier and TypeClassDescriptionclassPersistency Exception that is thrown if an persistent object cannot be reread from the database because it has been deleted -
Uses of PersistencyException in ch.ivyteam.ivy.process.extension.impl
Methods in ch.ivyteam.ivy.process.extension.impl that throw PersistencyExceptionModifier and TypeMethodDescriptionprotected ObjectAbstractProcessExtension.executeIvyScript(IIvyScriptContext context, IIvyScriptInstruction instruction) Executes an ivy script instruction.protected IIvyScriptInstructionAbstractProcessExtension.parseIvyScript(IIvyScriptContext context, String script, String returnTypeName) Parses an ivy script script