See: Description
Class | Description |
---|---|
RetryableSmartServiceException.Builder |
The Builder inner class is used to create an instance of the SmartServiceException.
|
SmartServiceException.Builder |
The Builder inner class is used to create an instance of the SmartServiceException.
|
Enum | Description |
---|---|
UnsupportedReportSpecificationException.Environment | |
UnsupportedReportSpecificationException.ErrorType |
Exception | Description |
---|---|
ArchivedProcessException |
This exception is thrown if the user calls an API method that acts on
a process that has been archived.
|
IncompatibleArchivedVersionException |
This exception is thrown if an archived process file is
from an incompatible release version, requiring the
migration of the archived process file(s).
|
InvalidActivityClassParameterException |
This exception is thrown if the user provides an
ActivityClassParameter for an
Activity Class, and that Activity Class does not take that parameter. |
InvalidActivityClassSchemaException |
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.
|
InvalidActivityException |
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.
|
InvalidExceptionTypeException |
This exception is thrown if the user calls an API method
that acts on a
ProcessExceptionType (or exception type id)
and that exception type does not exist in the database. |
InvalidExpressionGroupException |
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.
|
InvalidNodeDataTypeReferenceException | |
InvalidNoteException |
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.
|
InvalidObjectTypeIdException |
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.
|
InvalidProcessException |
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.
|
InvalidProcessVariableNameException |
Exception that is thrown if the user calls a method with a process variable
name that does not match any variable in the database.
|
InvalidPvTypeReferenceException | |
InvalidTaskException | Deprecated
use InvalidActivityException
|
ReportComplexityException |
This exception is thrown if the expression is too complex.
|
ReportSizeException |
This exception is thrown if the report has too many cells.
|
ResultPageSizeException | |
RetryableSmartServiceException |
A subclass of SmartServiceException that indicates that the exception is transient and
the smart service can be safely retried.
|
SmartServiceException |
An exception thrown by a smart service in the course of its execution.
|
TaskNavigationException | |
UnattendedActivityValidationException |
This exception is thrown if validation fails (the validate() method
of the parameter helper class returns false) when trying to execute
an unattended activity.
|
UnsupportedReportSpecificationException |
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.
|
WSImporterException |
This Exception is thrown when Process Model Importer fails to import or configure a
WebService Node (v2)
|
Contains exceptions related to processes.
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.