Class FormatIdentifierTechnicalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.common.format.identification.exception.FormatIdentifierTechnicalException
-
- All Implemented Interfaces:
java.io.Serializable
public class FormatIdentifierTechnicalException 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 FormatIdentifierTechnicalException(java.lang.String message)
FormatIdentifierTechnicalException(java.lang.String messsage, java.lang.Throwable cause)
FormatIdentifierTechnicalException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
FormatIdentifierTechnicalException
public FormatIdentifierTechnicalException(java.lang.String message)
- Parameters:
message
- associated message
-
FormatIdentifierTechnicalException
public FormatIdentifierTechnicalException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
FormatIdentifierTechnicalException
public FormatIdentifierTechnicalException(java.lang.String messsage, java.lang.Throwable cause)
- Parameters:
messsage
- associated messagecause
- associated cause
-
-