Class SaRMIWorkflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.rmi.RemoteException
-
- com.saperion.rmi.serverexception.SaRMIBaseException
-
- com.saperion.rmi.serverexception.wf.SaRMIWorkflowException
-
- All Implemented Interfaces:
java.io.Serializable
public class SaRMIWorkflowException extends SaRMIBaseException
- Author:
- rbo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaRMIWorkflowException()constructsSaRMIWorkflowException.SaRMIWorkflowException(java.lang.String s)constructsSaRMIWorkflowExceptionwith the specified detailed message.SaRMIWorkflowException(java.lang.String s, ExecutionResult result)constructsSaRMIWorkflowExceptionwith the specified detailed message andSaJNIWfResultobject.SaRMIWorkflowException(java.lang.String s, java.lang.Throwable cause)constructsSaRMIWorkflowExceptionwith the specified message and nested exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionResultgetExecutionResult()-
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
-
-
-
-
Constructor Detail
-
SaRMIWorkflowException
public SaRMIWorkflowException()
constructsSaRMIWorkflowException.
-
SaRMIWorkflowException
public SaRMIWorkflowException(java.lang.String s)
constructsSaRMIWorkflowExceptionwith the specified detailed message.- Parameters:
s- error message
-
SaRMIWorkflowException
public SaRMIWorkflowException(java.lang.String s, java.lang.Throwable cause)constructsSaRMIWorkflowExceptionwith the specified message and nested exception.- Parameters:
s- error messagecause- nested exception
-
SaRMIWorkflowException
public SaRMIWorkflowException(java.lang.String s, ExecutionResult result)constructsSaRMIWorkflowExceptionwith the specified detailed message andSaJNIWfResultobject.- Parameters:
s- error messageresult- workflow result info object
-
-
Method Detail
-
getExecutionResult
public ExecutionResult getExecutionResult()
- Returns:
- workflow result info object
-
-