Class MetaDataDocumentSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.metadata.api.exception.MetaDataException
fr.gouv.vitam.metadata.api.exception.MetaDataDocumentSizeException
- All Implemented Interfaces:
Serializable
MetaDataDocumentSizeException max size exceeded error
- See Also:
-
Constructor Summary
ConstructorDescriptionMetaDataDocumentSizeException
(String message) ConstructorMetaDataDocumentSizeException
(String message, Throwable cause) ConstructorConstructor -
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
-
MetaDataDocumentSizeException
Constructor- Parameters:
message
- message to associate with the exception
-
MetaDataDocumentSizeException
Constructor- Parameters:
cause
- cause to associate with the exception
-
MetaDataDocumentSizeException
Constructor- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-