Class SaWsWorkflowFaultInfo
java.lang.Object
com.saperion.ws.wrapper.wf.exception.SaWsWorkflowFaultInfo
The Class SaWsWorkflowFaultInfo.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new sa ws workflow fault info.SaWsWorkflowFaultInfo
(String newMessage) Instantiates a new sa ws workflow fault info. -
Method Summary
Modifier and TypeMethodDescriptionGets the message.void
setMessage
(String newMessage) Sets the message.
-
Constructor Details
-
SaWsWorkflowFaultInfo
public SaWsWorkflowFaultInfo()Instantiates a new sa ws workflow fault info. -
SaWsWorkflowFaultInfo
Instantiates a new sa ws workflow fault info.- Parameters:
newMessage
- the message
-
-
Method Details
-
getMessage
Gets the message.- Returns:
- the message
-
setMessage
Sets the message.- Parameters:
newMessage
- the new message
-