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

public class VitamException extends Exception
Main Vitam Exception
See Also:
  • Constructor Details

    • VitamException

      public VitamException(VitamError<?> vitamError)
    • VitamException

      public VitamException(String message)
      Parameters:
      message - associated message
    • VitamException

      public VitamException(Throwable cause)
      Parameters:
      cause - associated cause
    • VitamException

      public VitamException(String message, Throwable cause)
      Parameters:
      message - associated message
      cause - associated cause
  • Method Details

    • getVitamError

      public <T> VitamError<T> getVitamError()
    • setVitamError

      public void setVitamError(VitamError<?> vitamError)