Class SaRMIWorkflowException

All Implemented Interfaces:
Serializable

public class SaRMIWorkflowException extends SaRMIBaseException
Author:
rbo
See Also:
  • Constructor Details

    • SaRMIWorkflowException

      public SaRMIWorkflowException()
      constructs SaRMIWorkflowException.
    • SaRMIWorkflowException

      public SaRMIWorkflowException(String s)
      constructs SaRMIWorkflowException with the specified detailed message.
      Parameters:
      s - error message
    • SaRMIWorkflowException

      public SaRMIWorkflowException(String s, Throwable cause)
      constructs SaRMIWorkflowException with the specified message and nested exception.
      Parameters:
      s - error message
      cause - nested exception
    • SaRMIWorkflowException

      public SaRMIWorkflowException(String s, ExecutionResult result)
      constructs SaRMIWorkflowException with the specified detailed message and SaJNIWfResult object.
      Parameters:
      s - error message
      result - workflow result info object
  • Method Details

    • getExecutionResult

      public ExecutionResult getExecutionResult()
      Returns:
      workflow result info object