Class SaWsAuthenticationFaultInfo


  • public class SaWsAuthenticationFaultInfo
    extends java.lang.Object
    The Class SaWsAuthenticationFaultInfo.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Gets the message.
        Returns:
        the message
      • setMessage

        public void setMessage​(java.lang.String newMessage)
        Sets the message.
        Parameters:
        newMessage - the new message