Class NodeSoftErrorException

    • Constructor Detail

      • NodeSoftErrorException

        public NodeSoftErrorException​(IDiscriminatedUnionMember<String,​?> errorMember,
                                      String message)
        Creates a new exception with the given data for a soft error that occurred during execution of a node.
        Parameters:
        errorMember - Data made available by the node when the soft error occurs.
        message - Error message describing the error that occurred.
      • NodeSoftErrorException

        public NodeSoftErrorException​(IDiscriminatedUnionMember<String,​?> errorMember,
                                      String message,
                                      Throwable cause)
        Creates a new exception with the given data for a soft error that occurred during execution of a node.
        Parameters:
        errorMember - Data made available by the node when the soft error occurs.
        message - Error message describing the error that occurred.
        cause - Cause that resulted in this exception.
      • NodeSoftErrorException

        public NodeSoftErrorException​(IDiscriminatedUnionMember<String,​?> errorMember,
                                      Throwable cause)
        Creates a new exception with the given data for a soft error that occurred during execution of a node.
        Parameters:
        errorMember - Data made available by the node when the soft error occurs.
        cause - Cause that resulted in this exception.