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)
constructsSaRMIWorkflowException
with the specified detailed message.SaRMIWorkflowException(java.lang.String s, ExecutionResult result)
constructsSaRMIWorkflowException
with the specified detailed message andSaJNIWfResult
object.SaRMIWorkflowException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMIWorkflowException
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 com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
-
-
-
-
Constructor Detail
-
SaRMIWorkflowException
public SaRMIWorkflowException()
constructsSaRMIWorkflowException
.
-
SaRMIWorkflowException
public SaRMIWorkflowException(java.lang.String s)
constructsSaRMIWorkflowException
with the specified detailed message.- Parameters:
s
- error message
-
SaRMIWorkflowException
public SaRMIWorkflowException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMIWorkflowException
with the specified message and nested exception.- Parameters:
s
- error messagecause
- nested exception
-
SaRMIWorkflowException
public SaRMIWorkflowException(java.lang.String s, ExecutionResult result)
constructsSaRMIWorkflowException
with the specified detailed message andSaJNIWfResult
object.- Parameters:
s
- error messageresult
- workflow result info object
-
-
Method Detail
-
getExecutionResult
public ExecutionResult getExecutionResult()
- Returns:
- workflow result info object
-
-