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