Class CollectInvalidCsvFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.collect.common.exception.CollectInternalException
-
- fr.gouv.vitam.collect.common.exception.CollectInternalInvalidRequestException
-
- fr.gouv.vitam.collect.internal.core.exceptions.CollectInvalidCsvFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class CollectInvalidCsvFormatException extends CollectInternalInvalidRequestException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectInvalidCsvFormatException(java.lang.String message)
CollectInvalidCsvFormatException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-