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