Class WorkerFamilyNotFoundException
- 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.WorkerFamilyNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkerFamilyNotFoundException extends ProcessingException
Worker Family not found exception throws by engine- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkerFamilyNotFoundException(java.lang.String message)
WorkerFamilyNotFoundException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
WorkerFamilyNotFoundException
public WorkerFamilyNotFoundException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- to be setcause
- to be set
-
WorkerFamilyNotFoundException
public WorkerFamilyNotFoundException(java.lang.String message)
- Parameters:
message
- to be set
-
-