Class 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:
  • Constructor Details

    • WorkflowProcessingException

      public WorkflowProcessingException(Throwable throwable)
    • WorkflowProcessingException

      public WorkflowProcessingException(String message)
    • WorkflowProcessingException

      public WorkflowProcessingException(String message, Throwable e)
  • Method Details

    • getDefaultMessageKey

      public String getDefaultMessageKey()
    • getDefaultErrorCode

      public String getDefaultErrorCode()