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