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.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 Summary
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceStringMethods inherited from class java.rmi.RemoteException
getCause, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaRMIWorkflowException
public SaRMIWorkflowException()constructsSaRMIWorkflowException. -
SaRMIWorkflowException
constructsSaRMIWorkflowExceptionwith the specified detailed message.- Parameters:
s- error message
-
SaRMIWorkflowException
constructsSaRMIWorkflowExceptionwith the specified message and nested exception.- Parameters:
s- error messagecause- nested exception
-
SaRMIWorkflowException
constructsSaRMIWorkflowExceptionwith the specified detailed message andSaJNIWfResultobject.- Parameters:
s- error messageresult- workflow result info object
-
-
Method Details
-
getExecutionResult
- Returns:
- workflow result info object
-