Class SaWsWorkflowFaultInfo


  • public class SaWsWorkflowFaultInfo
    extends java.lang.Object
    The Class SaWsWorkflowFaultInfo.
    • Constructor Summary

      Constructors 
      Constructor Description
      SaWsWorkflowFaultInfo()
      Instantiates a new sa ws workflow fault info.
      SaWsWorkflowFaultInfo​(java.lang.String newMessage)
      Instantiates a new sa ws workflow 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SaWsWorkflowFaultInfo

        public SaWsWorkflowFaultInfo()
        Instantiates a new sa ws workflow fault info.
      • SaWsWorkflowFaultInfo

        public SaWsWorkflowFaultInfo​(java.lang.String newMessage)
        Instantiates a new sa ws workflow 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