Package | Description |
---|---|
com.whitestein.lsps.common | |
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.exception | |
com.whitestein.lsps.engine.sharedrecord | |
com.whitestein.lsps.human.exception | |
com.whitestein.lsps.os.exception |
Exceptions used by person management services.
|
com.whitestein.lsps.stdlib.function.sqlparser | |
com.whitestein.lsps.xml.util |
Modifier and Type | Class and Description |
---|---|
class |
ErrorException
This exception represents a BPMN error.
|
class |
ErrorRuntimeException
This is an unchecked version of
ErrorException . |
class |
LspsEntityNotFoundException |
class |
LspsException
Exception with contexts.
|
class |
LspsRuntimeException
Base LSPS runtime exception.
|
class |
LspsSettingsException
Exception reading/applying settings.
|
class |
NoInitialContextException |
class |
ObjectNotFoundException
Base class for not-found exceptions.
|
class |
OptimisticLockException
Thrown from LSPS engine, when version conflict is detected on a versioned shared record type.
|
class |
StaleObjectException
Base class for stale-object exceptions.
|
class |
TransactionRollbackErrorException
Exception thrown when there is detected a transaction roll-back during execution.
|
Modifier and Type | Class and Description |
---|---|
class |
WrappingErrorException
Error exception used to wrap runtime exceptions to prevent rollback.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryEntryNotFoundException
Thrown if a binary entry is not found.
|
class |
CommunicationException
Thrown if a communication exception occurs.
|
class |
InvalidModelInstanceStateException
Thrown if a model instance is in an invalid state.
|
class |
MigrationNotFoundException
Thrown if a target migration does not exist.
|
class |
ModelInstanceConcurrentInvocation
Model instance is invoked more times in a current thread.
|
class |
ModelInstanceMigrationNotFoundException
Thrown if a target model instance migration does not exist.
|
class |
ModelInstanceNotFoundException
Thrown if a target model instance does not exist.
|
class |
ModelInstanceStateException
Thrown if a target model instance state loading fails.
|
class |
ModelUnloadException
Thrown if there is an error during model unload.
|
class |
ModelUploadException
Thrown if there is an error during model upload.
|
class |
ModuleNotFoundException
Thrown if a target model does not exist.
|
class |
RestRequestHandlerNotFoundException
This exception is thrown if no rest request handler is found for a given ID.
|
class |
RollbackInfoNotFoundException
Thrown if a rollback-info instance does not exist.
|
class |
SchemaException
Exception thrown when performing schema validation, update or drop-create.
|
class |
SoapFaultException
Simple exception which signalize that the soap fault was returned in web
service response.
|
class |
WsCallException
Simple exception which signalize any error related to processing of web service call.
|
class |
WsRequestHandlerNotFoundException
Thrown if a ws request handler is not found.
|
Modifier and Type | Class and Description |
---|---|
class |
LspsNoBaseLevelObject
Exception used when a shared record has no persistent value so far and it is expected to be used.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentNotFoundException
Thrown if a document is not found.
|
class |
InvalidTodoStatusException
Thrown if a todo is in invalid state.
|
class |
SavedDocumentNotFoundException
Saved document not found exception.
|
class |
TodoAllocatedException
Thrown if a todo is allocated.
|
class |
TodoEscalationNotFoundException
Class TodoDoesNotExistException
|
class |
TodoNotAllocatedException |
class |
TodoNotFoundException
Class TodoDoesNotExistException
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidPasswordException
Validation exception which indicates that a provided password does not meet
requirements on the password value.
|
class |
PersonAlreadyExistsException
Thrown if a person already exists.
|
class |
PersonNotFoundException
Thrown if a person is not found.
|
class |
PersonPictureException
Exception for storing, retrieving person picture.
|
class |
PersonStaleException
Thrown if a person object is stale.
|
class |
PersonValidationException
Signals that user provided invalid person data.
|
class |
RoleAlreadyExistsException
Thrown if a role already exists.
|
class |
RoleNotFoundException
Thrown if a role is not found.
|
class |
SecurityRoleAlreadyExistsException
Thrown if a security role already exists.
|
class |
SecurityRoleNotFoundException
Thrown if a security role is not found.
|
class |
SecurityRoleStaleException
Thrown if a security role is stale.
|
Modifier and Type | Class and Description |
---|---|
class |
FlywayErrorException |
Modifier and Type | Class and Description |
---|---|
class |
XmlParsingException
This exception occurs if any problem with xml processing (parsing, building) is
detected.
|
class |
XmlProcessingException
This exception occurs if any problem with xml processing (parsing, building) is
detected.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.