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:
- Serializable
- Author:
- rbo
- See Also:
- 
Field SummaryFields inherited from class java.rmi.RemoteExceptiondetail
- 
Constructor SummaryConstructorsConstructorDescriptionconstructsSaRMIWorkflowException.constructsSaRMIWorkflowExceptionwith the specified detailed message.SaRMIWorkflowException(String s, ExecutionResult result) constructsSaRMIWorkflowExceptionwith the specified detailed message andSaJNIWfResultobject.SaRMIWorkflowException(String s, Throwable cause) constructsSaRMIWorkflowExceptionwith the specified message and nested exception.
- 
Method SummaryMethods inherited from class com.saperion.rmi.serverexception.SaRMIBaseExceptiongetStackTraceStringMethods inherited from class java.rmi.RemoteExceptiongetCause, getMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SaRMIWorkflowExceptionpublic SaRMIWorkflowException()constructsSaRMIWorkflowException.
- 
SaRMIWorkflowExceptionconstructsSaRMIWorkflowExceptionwith the specified detailed message.- Parameters:
- s- error message
 
- 
SaRMIWorkflowExceptionconstructsSaRMIWorkflowExceptionwith the specified message and nested exception.- Parameters:
- s- error message
- cause- nested exception
 
- 
SaRMIWorkflowExceptionconstructsSaRMIWorkflowExceptionwith the specified detailed message andSaJNIWfResultobject.- Parameters:
- s- error message
- result- workflow result info object
 
 
- 
- 
Method Details- 
getExecutionResult- Returns:
- workflow result info object
 
 
-