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