Package org.silverpeas.core.workflow.api
Class WorkflowFatalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.exception.SilverpeasException
-
- org.silverpeas.core.workflow.api.WorkflowException
-
- org.silverpeas.core.workflow.api.WorkflowFatalException
-
- All Implemented Interfaces:
Serializable
,FromModule
,WithNested
public class WorkflowFatalException extends WorkflowException
Thrown when a fatal error occured in a workflow engine component.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.exception.SilverpeasException
ERROR, FATAL, WARNING
-
-
Constructor Summary
Constructors Constructor Description WorkflowFatalException(String caller, String message)
Set the caller and the error messageWorkflowFatalException(String caller, String message, Exception nestedException)
Set the caller, the error message and the nested exception.
-
Method Summary
-
Methods inherited from class org.silverpeas.core.workflow.api.WorkflowException
getModule
-
Methods inherited from class org.silverpeas.core.exception.SilverpeasException
getChainedExceptions, getErrorLevel, getExtraInfos, getMessageLang, getMessageLang, getNested, printStackTrace, printStackTrace, printStackTrace, traceException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-