Package de.xima.fc.exceptions
Class WorkflowProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.xima.fc.exceptions.AbstractXfcException
-
- de.xima.fc.exceptions.WorkflowProcessingException
-
- All Implemented Interfaces:
IXfcException
,Serializable
- Direct Known Subclasses:
AbstractAbruptCompletionException
,FileFormatException
,NodeSoftErrorException
,WorkflowTaskExecutionException
public class WorkflowProcessingException extends AbstractXfcException
Diese Exception tritt in der Workflowabarbeitung auf und wird von konkreten Aktionsverarbeitungen (IProcessing
-Implementierungen) geworfen.- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowProcessingException(String message)
WorkflowProcessingException(String message, Throwable e)
WorkflowProcessingException(Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultErrorCode()
String
getDefaultMessageKey()
-
Methods inherited from class de.xima.fc.exceptions.AbstractXfcException
getErrorCode, getExceptionData, getLocalizedMessage, getMessageKey, getMessageParams
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-