Class RpcException

    • Constructor Detail

      • RpcException

        public RpcException​(int faultCode,
                            String faultString)
        Creates a RPC exception.
        Parameters:
        faultCode - The fault code. It is up to the server implementer, or higher-level standards to specify fault codes.
        faultString - The fault string, i.e. error message.
    • Method Detail

      • getFaultCode

        public int getFaultCode()
        Gets the fault code.
        Returns:
        The fault code.
      • getFaultString

        public String getFaultString()
        Gets the fault string.
        Returns:
        The fault string.