Class MetaDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.metadata.api.exception.MetaDataException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MetaDataAlreadyExistException,MetaDataClientServerException,MetaDataDocumentSizeException,MetaDataExecutionException,MetadataInvalidSelectException,MetaDataNotFoundException,MetadataScrollLimitExceededException,MetadataScrollThresholdExceededException
MetaDataException the father of all metadata exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMetaDataException(VitamError vitamError) ConstructorMetaDataException(String message) ConstructorMetaDataException(String message, Throwable cause) ConstructorMetaDataException(Throwable cause) Constructor -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetaDataException
Constructor- Parameters:
vitamError- vitamError to associate with the exception
-
MetaDataException
Constructor- Parameters:
message- message to associate with the exception
-
MetaDataException
Constructor- Parameters:
cause- cause to associate with the exception
-
MetaDataException
Constructor- Parameters:
message- message to associate with the exceptioncause- cause to associate with the exception
-