Class MissingMandatoryVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.processing.common.exception.ProcessingException
-
- fr.gouv.vitam.processing.common.exception.MissingMandatoryVersionException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingMandatoryVersionException extends ProcessingException
Define a Processing Exception to be thrown when an error occurred, not a fatal error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingMandatoryVersionException(java.lang.String message)
MissingMandatoryVersionException(java.lang.String message, java.lang.Throwable cause)
MissingMandatoryVersionException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
MissingMandatoryVersionException
public MissingMandatoryVersionException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- associated messagecause
- associated cause
-
MissingMandatoryVersionException
public MissingMandatoryVersionException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
MissingMandatoryVersionException
public MissingMandatoryVersionException(java.lang.String message)
- Parameters:
message
- associated message
-
-