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:
java.io.Serializable
- Direct Known Subclasses:
MetaDataAlreadyExistException
,MetaDataClientServerException
,MetaDataDocumentSizeException
,MetaDataExecutionException
,MetadataInvalidSelectException
,MetaDataNotFoundException
,MetadataScrollLimitExceededException
,MetadataScrollThresholdExceededException
public class MetaDataException extends VitamException
MetaDataException the father of all metadata exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaDataException(VitamError vitamError)
ConstructorMetaDataException(java.lang.String message)
ConstructorMetaDataException(java.lang.String message, java.lang.Throwable cause)
ConstructorMetaDataException(java.lang.Throwable cause)
Constructor
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
MetaDataException
public MetaDataException(VitamError vitamError)
Constructor- Parameters:
vitamError
- vitamError to associate with the exception
-
MetaDataException
public MetaDataException(java.lang.String message)
Constructor- Parameters:
message
- message to associate with the exception
-
MetaDataException
public MetaDataException(java.lang.Throwable cause)
Constructor- Parameters:
cause
- cause to associate with the exception
-
MetaDataException
public MetaDataException(java.lang.String message, java.lang.Throwable cause)
Constructor- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-
-