Class SaWsRepositoryFaultInfo
- java.lang.Object
-
- com.saperion.ws.wrapper.exception.SaWsRepositoryFaultInfo
-
public class SaWsRepositoryFaultInfo extends java.lang.Object
The Class SaWsRepositoryFaultInfo.
-
-
Constructor Summary
Constructors Constructor Description SaWsRepositoryFaultInfo()
Instantiates a new sa ws repository fault info.SaWsRepositoryFaultInfo(java.lang.String newMessage)
Instantiates a new sa ws repository fault info.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
Gets the message.void
setMessage(java.lang.String newMessage)
Sets the message.
-