public class SaRMIWorkflowException extends SaRMIBaseException
detail
Constructor and Description |
---|
SaRMIWorkflowException()
constructs
SaRMIWorkflowException . |
SaRMIWorkflowException(String s)
constructs
SaRMIWorkflowException with the specified
detailed message. |
SaRMIWorkflowException(String s,
ExecutionResult result)
constructs
SaRMIWorkflowException with the specified
detailed message and SaJNIWfResult object. |
SaRMIWorkflowException(String s,
Throwable cause)
constructs
SaRMIWorkflowException with the specified message
and nested exception. |
Modifier and Type | Method and Description |
---|---|
ExecutionResult |
getExecutionResult() |
getStackTraceString
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SaRMIWorkflowException()
SaRMIWorkflowException
.public SaRMIWorkflowException(String s)
SaRMIWorkflowException
with the specified
detailed message.s
- error messagepublic SaRMIWorkflowException(String s, Throwable cause)
SaRMIWorkflowException
with the specified message
and nested exception.s
- error messagecause
- nested exceptionpublic SaRMIWorkflowException(String s, ExecutionResult result)
SaRMIWorkflowException
with the specified
detailed message and SaJNIWfResult
object.s
- error messageresult
- workflow result info objectpublic ExecutionResult getExecutionResult()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.