Exception | Description |
---|---|
AccessUnauthorizedException |
Exception used when contract does not give access to the Vitam
|
BadRequestException |
BadRequestException : Bad Request Exception
|
CycleFoundException |
Exception used in DFS when a cycle is found
|
DatabaseException |
Generic database exception throws by database services
|
InternalServerException |
InternalServerException : manage Internal Server Exception
|
InvalidGuidOperationException |
Invalid GUID Exception
|
InvalidParseOperationException |
Invalid parse operation
|
NoWritingPermissionException |
Exception when has no writing permission
|
SchemaValidationException |
Exception to be thrown when validation error occurs
|
StateNotAllowedException |
This exception is thrown only if transition for the currentState to the given new state is not allowed
Possible case:
current state is completed, any action (next, resume, cancel, pause)
current state is running, action is next or resume
|
TimeStampException |
TimeStamp exception
|
VitamApplicationServerDisconnectException |
Exception when the client is disconnected
|
VitamApplicationServerException |
// * This exception must be used when an error occured while creating, configuring or starting a
VitamServer |
VitamClientException |
Generic exception throws by any vitam java client
|
VitamClientInternalException |
Internal exception throws by any vitam java client when unknown issue occurs
|
VitamDBException |
Vitam database exception.
|
VitamException |
Main Vitam Exception
|
VitamRuntimeException |
Main Runtime Vitam Exception
|
VitamThreadAccessException |
Exception used when local thread does not give access to the VitamSession.
|
WorkflowNotFoundException |
Workflow not found exception throws by engine.
|
Copyright © 2018 Vitam. All rights reserved.