Package fr.gouv.vitam.common.exception
Class WorkflowNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.ProcessingException
-
- fr.gouv.vitam.common.exception.WorkflowNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkflowNotFoundException extends javax.ws.rs.ProcessingException
Workflow not found exception throws by engine.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowNotFoundException(java.lang.String message)
WorkflowNotFoundException(java.lang.String message, java.lang.Throwable cause)
-