Package com.appiancorp.suiteapi.process.exceptions
package com.appiancorp.suiteapi.process.exceptions
Contains exceptions related to processes.
-
ClassDescriptionThis exception is thrown if the user calls an API method that acts on a process that has been archived.This exception is thrown if an archived process file is from an incompatible release version, requiring the migration of the archived process file(s).This exception is thrown if the user provides an
ActivityClassParameter
for an Activity Class, and that Activity Class does not take that parameter.This exception is thrown if the user calls an API method that acts on an activity class schema (or schemaId or local Id), and that schema does not exist in the database.This exception is thrown if the user calls an API method that acts on an activity (a task or an unattended activity) and that activity does not exist in the database.This exception is thrown if the user calls an API method that acts on aProcessExceptionType
(or exception type id) and that exception type does not exist in the database.This exception is thrown if the user calls an API method that acts on an expression group (a task or an unattended activity) and that expression group does not exist in the database.This exception is thrown if the user calls an API method that acts on a note (or noteId) and that note does not exist in the database.This exception is thrown if the user calls an API method that acts on an object type id that does not correspond to an id block allocated in Service Manager.This exception is thrown if the user calls an API method that acts on a process (or process Id), and that process does not exist in the database.Exception that is thrown if the user calls a method with a process variable name that does not match any variable in the database.Deprecated.use InvalidActivityExceptionThis exception is thrown if the expression is too complex.This exception is thrown if the report has too many cells.A subclass of SmartServiceException that indicates that the exception is transient and the smart service can be safely retried.The Builder inner class is used to create an instance of the SmartServiceException.An exception thrown by a smart service in the course of its execution.The Builder inner class is used to create an instance of the SmartServiceException.This exception is thrown if validation fails (the validate() method of the parameter helper class returns false) when trying to execute an unattended activity.This exception is thrown if the user calls an API method that acts on a report specification and that specification has an unsupported metric, transformation, attribute, etc.This Exception is thrown when Process Model Importer fails to import or configure a WebService Node (v2)