Class HandlerNotFoundException
- 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.HandlerNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class HandlerNotFoundException extends ProcessingException
HandlerNotFoundException thrown by worker when pool handler does not contain key of action handler- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HandlerNotFoundException(java.lang.String message)
HandlerNotFoundException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-