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