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 SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionResultgetExecutionResult()- 
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseExceptiongetStackTraceString
 
- 
 
- 
- 
- 
Constructor Detail- 
SaRMIWorkflowExceptionpublic SaRMIWorkflowException() constructsSaRMIWorkflowException.
 - 
SaRMIWorkflowExceptionpublic SaRMIWorkflowException(java.lang.String s) constructsSaRMIWorkflowExceptionwith the specified detailed message.- Parameters:
- s- error message
 
 - 
SaRMIWorkflowExceptionpublic SaRMIWorkflowException(java.lang.String s, java.lang.Throwable cause)constructsSaRMIWorkflowExceptionwith the specified message and nested exception.- Parameters:
- s- error message
- cause- nested exception
 
 - 
SaRMIWorkflowExceptionpublic SaRMIWorkflowException(java.lang.String s, ExecutionResult result)constructsSaRMIWorkflowExceptionwith the specified detailed message andSaJNIWfResultobject.- Parameters:
- s- error message
- result- workflow result info object
 
 
- 
 - 
Method Detail- 
getExecutionResultpublic ExecutionResult getExecutionResult() - Returns:
- workflow result info object
 
 
- 
 
-