Class SaWsAuthenticationFaultInfo
- java.lang.Object
-
- com.saperion.ws.wrapper.exception.SaWsAuthenticationFaultInfo
-
public class SaWsAuthenticationFaultInfo extends java.lang.Object
The Class SaWsAuthenticationFaultInfo.
-
-
Constructor Summary
Constructors Constructor Description SaWsAuthenticationFaultInfo()
Instantiates a new sa ws authentication fault info.SaWsAuthenticationFaultInfo(java.lang.String newMessage)
Instantiates a new sa ws authentication 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.
-
-
-
Constructor Detail
-
SaWsAuthenticationFaultInfo
public SaWsAuthenticationFaultInfo()
Instantiates a new sa ws authentication fault info.
-
SaWsAuthenticationFaultInfo
public SaWsAuthenticationFaultInfo(java.lang.String newMessage)
Instantiates a new sa ws authentication fault info.- Parameters:
newMessage
- the message
-
-