Class SoapFaultDetails

    • Method Detail

      • getFaultCode

        protected String getFaultCode()
        Gets the fault code.
        Returns:
        the fault code
      • setFaultCode

        protected void setFaultCode​(String faultCode)
        Sets the fault code.
        Parameters:
        faultCode - the new fault code
      • setFaultString

        protected void setFaultString​(String faultString)
        Sets the fault string.
        Parameters:
        faultString - the new fault string
      • getFaultActor

        protected String getFaultActor()
        Gets the fault actor.
        Returns:
        the fault actor
      • setFaultActor

        protected void setFaultActor​(String faultActor)
        Sets the fault actor.
        Parameters:
        faultActor - the new fault actor
      • setResponseCode

        protected void setResponseCode​(ServiceError responseCode)
        Sets the response code.
        Parameters:
        responseCode - the new response code
      • getMessage

        protected String getMessage()
        Gets the message.
        Returns:
        the message
      • setMessage

        protected void setMessage​(String message)
        Sets the message.
        Parameters:
        message - the new message
      • setErrorCode

        protected void setErrorCode​(ServiceError errorCode)
        Sets the error code.
        Parameters:
        errorCode - the new error code
      • setExceptionType

        protected void setExceptionType​(String exceptionType)
        Sets the exception type.
        Parameters:
        exceptionType - the new exception type
      • getLineNumber

        protected int getLineNumber()
        Gets the line number.
        Returns:
        the line number
      • setLineNumber

        protected void setLineNumber​(int lineNumber)
        Sets the line number.
        Parameters:
        lineNumber - the new line number
      • getPositionWithinLine

        protected int getPositionWithinLine()
        Gets the position within line.
        Returns:
        the position within line
      • setPositionWithinLine

        protected void setPositionWithinLine​(int positionWithinLine)
        Sets the position within line.
        Parameters:
        positionWithinLine - the new position within line
      • setErrorDetails

        protected void setErrorDetails​(Map<String,​String> errorDetails)
        Sets the error details.
        Parameters:
        errorDetails - the error details