Class FormatIdentifierBadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.common.format.identification.exception.FormatIdentifierBadRequestException
-
- All Implemented Interfaces:
java.io.Serializable
public class FormatIdentifierBadRequestException extends VitamException
Define a File Format Exception to be thrown when the format identifier does not found the format of the file- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormatIdentifierBadRequestException(java.lang.String message)
FormatIdentifierBadRequestException(java.lang.String messsage, java.lang.Throwable cause)
FormatIdentifierBadRequestException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
FormatIdentifierBadRequestException
public FormatIdentifierBadRequestException(java.lang.String message)
- Parameters:
message
- associated message
-
FormatIdentifierBadRequestException
public FormatIdentifierBadRequestException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
FormatIdentifierBadRequestException
public FormatIdentifierBadRequestException(java.lang.String messsage, java.lang.Throwable cause)
- Parameters:
messsage
- associated messagecause
- associated cause
-
-