Class SaRMIWorkflowException

    • Field Summary

      • Fields inherited from class java.rmi.RemoteException

        detail
    • Constructor Summary

      Constructors 
      Constructor Description
      SaRMIWorkflowException()
      constructs SaRMIWorkflowException.
      SaRMIWorkflowException​(java.lang.String s)
      constructs SaRMIWorkflowException with the specified detailed message.
      SaRMIWorkflowException​(java.lang.String s, ExecutionResult result)
      constructs SaRMIWorkflowException with the specified detailed message and SaJNIWfResult object.
      SaRMIWorkflowException​(java.lang.String s, java.lang.Throwable cause)
      constructs SaRMIWorkflowException with the specified message and nested exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ExecutionResult getExecutionResult()  
      • Methods inherited from class java.rmi.RemoteException

        getCause, getMessage
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SaRMIWorkflowException

        public SaRMIWorkflowException()
        constructs SaRMIWorkflowException.
      • SaRMIWorkflowException

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

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

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

      • getExecutionResult

        public ExecutionResult getExecutionResult()
        Returns:
        workflow result info object