Package fr.gouv.vitam.common.exception
Class VitamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessExternalClientException,AccessExternalNotFoundException,AccessInternalClientException,AccessInternalException,ArchiveUnitOntologyValidationException,AuditException,AuditVitamException,BackupServiceException,BadRequestException,CollectInternalException,ComputedInheritedRulesException,ConflictClientException,ContentAddressableStorageException,CycleFoundException,DatabaseConflictException,DatabaseException,DataRectificationException,EvidenceAuditException,ExpectationFailedClientException,ExportException,FileFormatNotFoundException,FileFormatRejectedException,ForbiddenClientException,FormatIdentifierBadRequestException,FormatIdentifierFactoryException,FormatIdentifierNotFoundException,FormatIdentifierTechnicalException,FunctionalBackupServiceException,IngestExternalClientException,IngestExternalException,IngestInternalClientException,IngestInternalException,IngestInternalServerUnavailableClientException,InternalSecurityException,InternalServerException,InvalidGuidOperationException,InvalidJsonSchemaException,InvalidParseOperationException,JavaExecuteScriptException,JsonSchemaValidationException,LogbookClientException,LogbookException,LogbookExternalClientException,MetaDataException,MissingAccessContractIdException,NotAcceptableClientException,NoWritingPermissionException,OntologyInternalExternalConflictException,PersonalCertificateException,PluginException,PreconditionFailedClientException,ProcessingEngineException,ProcessingException,ProfileNotFoundException,ProfilePathFileNotFoundException,ReconstructionException,ReferentialException,SchemaImportValidationException,SchemaValidationException,StateNotAllowedException,StorageAccessLogException,StorageException,StorageLogException,StorageStrategyNotFoundException,StorageStrategyReferentOfferException,StoreGraphException,TimeStampException,TraceabilityException,ValidationException,VitamApplicationServerException,VitamClientException,VitamDBException,VitamSyncException,WorkerspaceQueueException
Main Vitam Exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVitamException(VitamError<?> vitamError) VitamException(String message) VitamException(String message, Throwable cause) VitamException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VitamException
-
VitamException
- Parameters:
message- associated message
-
VitamException
- Parameters:
cause- associated cause
-
VitamException
- Parameters:
message- associated messagecause- associated cause
-
-
Method Details
-
getVitamError
-
setVitamError
-