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