Package fr.gouv.vitam.common.exception
Class ArchiveUnitOntologyValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.exception.ArchiveUnitOntologyValidationException
- All Implemented Interfaces:
Serializable
Exception to be thrown when archive unit contains fields declared in ontology with wrong usage (string instead of
long, etc...)
- See Also:
-
Constructor Summary
ConstructorDescriptionArchiveUnitOntologyValidationException
(String message, Throwable cause) Constructor used to encapsulate a previously thrown exception. -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArchiveUnitOntologyValidationException
- Parameters:
message
-cause
-
-
ArchiveUnitOntologyValidationException
Constructor used to encapsulate a previously thrown exception. A generic message is used.- Parameters:
cause
- the originating exception
-
ArchiveUnitOntologyValidationException
- Parameters:
message
-
-