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:
java.io.Serializable
- Direct Known Subclasses:
AccessExternalClientException
,AccessExternalNotFoundException
,AccessInternalClientException
,AccessInternalException
,ArchiveUnitOntologyValidationException
,AuditException
,AuditVitamException
,BackupServiceException
,BadRequestException
,CollectExternalClientException
,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
,SchemaValidationException
,StateNotAllowedException
,StorageAccessLogException
,StorageException
,StorageLogException
,StorageStrategyNotFoundException
,StorageStrategyReferentOfferException
,StoreGraphException
,TimeStampException
,TraceabilityException
,ValidationException
,VitamApplicationServerException
,VitamClientException
,VitamDBException
,VitamSyncException
,WorkerspaceQueueException
public class VitamException extends java.lang.Exception
Main Vitam Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VitamException(VitamError<?> vitamError)
VitamException(java.lang.String message)
VitamException(java.lang.String message, java.lang.Throwable cause)
VitamException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> VitamError<T>
getVitamError()
void
setVitamError(VitamError<?> vitamError)
-
-
-
Constructor Detail
-
VitamException
public VitamException(VitamError<?> vitamError)
-
VitamException
public VitamException(java.lang.String message)
- Parameters:
message
- associated message
-
VitamException
public VitamException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
VitamException
public VitamException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- associated messagecause
- associated cause
-
-
Method Detail
-
getVitamError
public <T> VitamError<T> getVitamError()
-
setVitamError
public void setVitamError(VitamError<?> vitamError)
-
-