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:
Serializable
public class WorkflowNotFoundException
extends javax.ws.rs.ProcessingException
Workflow not found exception throws by engine.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowNotFoundException
(String message) WorkflowNotFoundException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowNotFoundException
- Parameters:
message
- to be setcause
- to be set
-
WorkflowNotFoundException
- Parameters:
message
- to be set
-